@charset "UTF-8";
/**
author:王文超
未经许可不可将部分或全部代码用于其他项目 */
@import url("../assets/font/bahnschrift/bahnschrift.css");
@import url("../assets/font/futurademic/futurademic.css");
@import url("../assets/font/BEBAS/BEBAS.css");
@import url("../assets/font/lovelo/lovelo.css");
@import url("../assets/font/Avian/Avian.css");
body { margin: 0 auto; max-width: 1920px; width: 100%; font: 14px/1.5 arial,'Microsoft YaHei',Arial,"Helvetica Neue",Helvetica,sans-serif; color: #333333; padding: 0; box-sizing: border-box; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input { vertical-align: middle; }

textarea { resize: none; }

/*input placeholder 样式 */
::-webkit-input-placeholder { color: #999999; }

:-moz-placeholder { color: #999999; }

::-moz-placeholder { color: #999999; }

:-ms-input-placeholder { color: #999999; }

/*修改滚动条*/
::-webkit-scrollbar { width: 6px; height: 6px; }

::-webkit-scrollbar-track { box-shadow: inset 0 0 6px transparent; background: #f8f8f8; border-radius: 6px; }

::-webkit-scrollbar-thumb { border-radius: 6px; background: #bbb; }

.w-100 { width: 100%; }

.h-100 { height: 100%; }

.pl-0 { padding-left: 0 !important; }

.pr-0 { padding-right: 0 !important; }

.pl-20 { padding-left: 20px !important; }

.mt-0 { margin-top: 0px !important; }

.mt-20 { margin-top: 20px !important; }

.mr-20 { margin-right: 20px !important; }

.ml-20 { margin-left: 20px !important; }

.mb-20 { margin-bottom: 20px !important; }

.m-auto { margin: 0 auto !important; }

body { --theme-txt-color: #004a92; --theme-color: #0e60c4; --theme-red: #cb1f24; --theme-blue:#0052d9; }

.blue { color: var(--theme-blue) !important; }

.text-center { text-align: center; }

.text-left { text-align: left; }

.text-right { text-align: right; }

div { margin: 0; padding: 0; box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, p { margin: 0; padding: 0; border: none; list-style-type: none; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.wrap { margin: 0 auto; width: 100%; position: relative; overflow: hidden; }

.table td, .table th { padding: 5px; }

/*重置svg图标*/
.icon { width: 1rem; height: 1rem; vertical-align: -0.15em; fill: currentColor; overflow: hidden; }

.f_l, .fleft, .pull-left { float: left !important; }

.f_r, .fright, .pull-right { float: right !important; }

.d-block { display: block; }

.d-inline { display: inline; }

.d-none { display: none; }

.d-inline-block { display: inline-block !important; }

a { text-decoration: none; transition: all .2s linear 0s; }

a:hover { color: var(--theme-color); }

a:focus { outline: none; }

a, a:link, a:active, a:visited, a:hover { text-decoration: none; }

.text-uppercase { text-transform: uppercase; }

.row { --gutter-x: 12px; --gutter-y: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: calc(var(--gutter-y)*-1); margin-right: calc(var(--gutter-x)/-2); margin-left: calc(var(--gutter-x)/-2); }
.row.gy-0 { --gutter-y: 0; }
.row.g-0 { --gutter-x:0; --gutter-y: 0; }

.d-flex { display: -ms-flexbox !important; display: flex !important; }

.d-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; }

.flex-row { -ms-flex-direction: row !important; flex-direction: row !important; }

.flex-column { -ms-flex-direction: column !important; flex-direction: column !important; }

.flex-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }

.flex-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }

.flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }

.flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }

.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }

.flex-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }

.flex-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }

.flex-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }

.flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }

.flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }

.justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }

.justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }

.justify-content-center { -ms-flex-pack: center !important; justify-content: center !important; }

.justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }

.justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }

.align-items-start { -ms-flex-align: start !important; align-items: flex-start !important; }

.align-items-end { -ms-flex-align: end !important; align-items: flex-end !important; }

.align-items-center { -ms-flex-align: center !important; align-items: center !important; }

.align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }

.align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }

.align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }

.align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }

.align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; }

.align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }

.align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }

.align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }

.align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }

.align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }

.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }

.align-self-center { -ms-flex-item-align: center !important; align-self: center !important; }

.align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }

.align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }

.row > * { -ms-flex-negative: 0; flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--gutter-x)/2); padding-left: calc(var(--gutter-x)/2); margin-top: var(--gutter-y); }

.col { flex: 1 0 0%; }

.row-cols-auto > * { flex: 0 0 auto; width: auto; }

.row-cols-1 > * { flex: 0 0 auto; width: 100%; }

.row-cols-2 > * { flex: 0 0 auto; width: 50%; }

.row-cols-3 > * { flex: 0 0 auto; width: 33.3333333333%; }

.row-cols-4 > * { flex: 0 0 auto; width: 25%; }

.row-cols-5 > * { flex: 0 0 auto; width: 20%; }

.row-cols-6 > * { flex: 0 0 auto; width: 16.6666666667%; }

.col-1 { width: calc(100% / 1); }

.col-2 { width: calc(100% / 2); }

.col-3 { width: calc(100% / 3); }

.col-4 { width: calc(100% / 4); }

.col-5 { width: calc(100% / 5); }

.col-6 { width: calc(100% / 6); }

.ratio { position: relative; width: 100%; }
.ratio > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ratio:before { display: block; padding-top: var(--aspect-ratio); content: ""; }

.ratio-4x3 { --aspect-ratio: calc(3 / 4 * 100%); }

.ratio-3x4 { --aspect-ratio: calc(4 / 3 * 100%); }

.ratio-16x9 { --aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 { --aspect-ratio: calc(9 / 21 * 100%); }

.ratio-2x3 { --aspect-ratio: calc(2 / 3 * 100%); }

.ratio-1x1 { --aspect-ratio: 100%; }

.ratio-9x7 { --aspect-ratio: calc(7 / 9 * 100%); }

.w-980 { width: 980px; }

.w-420 { width: 420px; }

.position-relative { position: relative !important; }

.position-static { position: static !important; }

.position-absolute { position: absolute !important; }

.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.over-line-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.over-line-3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.text-justify { text-align: justify !important; text-align-last: justify; }

.object-fit-cover { -o-object-fit: cover; object-fit: cover; }

.object-fit-contain { -o-object-fit: contain; object-fit: contain; }

.object-fit-scaleDown { -o-object-fit: scale-down; object-fit: scale-down; }

.abs-center { margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }

.iconfont { font-size: inherit; }

.img-fluid { display: block; max-width: 100%; }

.wrapper, .container-fluid { width: 100%; overflow: hidden; }

.container { width: 1300px; margin: 0 auto; }

.bg-white { background-color: #ffffff !important; }

.bg-grey { background-color: #f7f8fa !important; }

.bg-light { background-color: #f8f8f8 !important; }

.bg { background-color: #f6f8fb !important; }

.p-20 { padding: 20px !important; }

.pt-20 { padding-top: 20px !important; }

.overhidden { overflow: hidden; }

.w-next, .w-prev { cursor: pointer; position: absolute; z-index: 2; width: 40px; height: 40px; margin: auto; top: 0; bottom: 0; background-color: rgba(0, 104, 183, 0.5); border-radius: 50%; }
.w-next svg, .w-prev svg { width: 50%; height: 50%; margin: auto; top: 0; bottom: 0; left: 0; right: 0; position: absolute; }
.w-next svg path, .w-prev svg path { fill: #ffffff; }
.w-next.swiper-button-disabled, .w-prev.swiper-button-disabled { opacity: .5; cursor: not-allowed; }

.w-next { right: 0; }

.w-prev { left: 0; }

.f12 { font-size: 12px; }

.f14 { font-size: 14px; }

.f16 { font-size: 16px; }

/*新闻文字列表*/
.news-list .news-item { --item-time:120px; }
.news-list .news-item .news-title { width: calc(100% - var(--item-time)); line-height: 2.8; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list .news-item .news-title::before { content: ''; display: inline-block; width: 3px; height: 3px; border-radius: 50%; background-color: currentColor; vertical-align: middle; margin-right: 5px; }
.news-list .news-item .news-time { width: 100px; text-align: right; color: #a6a6a6; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.news-list .news-gap-line { border-bottom: 1px dashed #dddddd; width: 100%; margin: 20px 0; }
.news-list.xxgk .news-item .news-title { line-height: 2.5; }
.news-list.xxgk .news-gap-line { margin: 10px 0; }

/*分页样式*/
.w-page .page-inner { padding: 1.5rem 0; display: flex; align-items: center; justify-content: center; }
.w-page .page-inner a { position: relative; display: block; padding: .5rem .75rem; line-height: 1.25; color: #666; background-color: #e2e2e2; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.w-page .page-inner a:hover, .w-page .page-inner a.active { background-color: var(--theme-color); color: #fff; }
.w-page .page-inner a.prev::after { content: '<'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.w-page .page-inner a.next::after { content: '>'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.w-page .page-inner span, .w-page .page-inner input, .w-page .page-inner a.page-btn { display: none; }

.layui-form-label { width: 120px !important; }

.layui-input-block { margin-left: 120px !important; }

.layui-form-item .layui-input-inline { width: 390px !important; }

.layui-input.captcha-input { width: 230px; display: inline-block; margin-right: 5px; }

.verifyImg { height: 38px; width: 150px; }

.w-form .layui-input:focus, .w-form .layui-textarea:focus { border-color: var(--theme-color) !important; }

.form-submit { background-color: #0068b7; cursor: pointer; color: #ffffff; width: 150px; height: 42px; text-align: center; line-height: 42px; border-radius: 3px; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; border: none; }
.form-submit:hover { background-color: #0085ea; }

.w-btn { font-size: 14px; padding: 0 16px; line-height: 27px; display: inline-block; border-radius: 3px; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.w-btn:hover { opacity: .8; }
.w-btn.w-border-blue { border: 1px solid var(--theme-blue); color: var(--theme-blue); }
.w-btn.w-btn-normal { border: 1px solid var(--theme-blue); background-color: var(--theme-blue); color: #ffffff; }

@keyframes floatHot { 25% { transform: translateY(-3px); }
  50% { transform: translateY(0); }
  75% { transform: translateY(3px); } }
.header { background-color: #ffffff; position: relative; z-index: 9; }
.header .header-top { border-bottom: 1px solid #e8e8e8; line-height: 46px; }
.header .header-search { width: 520px; height: 46px; border: 1px solid var(--theme-color); border-radius: 5px; /*.search-select{ position: relative; padding: 0 10px; border-right: 1px solid #dcdcdc; margin-right: 10px; .search-value{ color: #333333; font-size: 16px; span{ display: inline-block; width: 60px; text-align: center; } } .dropdown_list{ position: absolute; width: 60px; background-color: #ffffff; text-align: center; li{ font-size: 16px; line-height: 32px; color: #666666; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; &:hover{ color: var(--theme-color); } } }
}*/ }
.header .header-search .layui-form-select { width: 90px; margin-right: 20px; padding-left: 10px; position: relative; }
.header .header-search .layui-form-select::after { content: ''; display: block; width: 0; border-right: 1px solid #EEEEEE; position: absolute; margin: auto; top: 0; bottom: 0; right: -10px; height: 50%; }
.header .header-search .layui-form-select .layui-input { line-height: 44px; border: none; height: auto; background: transparent; padding-left: 10px; }
.header .header-search .layui-form-select dl { border-radius: 0; top: 44px; border-color: var(--theme-color); }
.header .header-search .layui-form-select dl dd.layui-this { background-color: var(--theme-color); }
.header .header-search .search-input-bar .input-wrap { position: relative; width: 290px; }
.header .header-search .search-input-bar .input-wrap input { display: block; width: 100%; height: 100%; border: none; }
.header .header-search .search-btn { border: none; cursor: pointer; user-select: none; background-color: var(--theme-color); color: #ffffff; width: 136px; height: 44px; line-height: 44px; padding: 0 10px; }
.header .header-search .search-btn svg { display: inline-block; width: 24px; height: auto; }
.header .header-search .search-btn svg path { fill: #ffffff; }
.header .header-mid { padding: 36px 0 50px; }
.header .header-mid .logo { width: 420px; }
.header .header-mid .logo img { width: 100%; }
.header .header-mid .header-tel .tel-icon svg { width: 50px; height: auto; }
.header .header-mid .header-tel .tel-icon svg path { fill: var(--theme-red); }
.header .header-mid .header-tel .tel-info { padding-left: 10px; }
.header .header-mid .header-tel .tel-info p { color: #333333; }
.header .header-mid .header-tel .tel-info p.tel-num { font-size: 30px; line-height: 1; color: var(--theme-red); }
.header .header-nav { position: relative; }
.header .header-nav .category-all { flex: auto; width: 240px; position: relative; }
.header .header-nav .category-all .category-label { background-color: var(--theme-color); color: #ffffff; font-size: 18px; height: 52px; line-height: 52px; border-radius: 5px 5px 0 0; text-align: center; }
.header .header-nav .category-all .category-label svg { width: 24px; height: auto; vertical-align: middle; }
.header .header-nav .category-all .category-label svg path { fill: #ffffff; }
.header .header-nav .category-all .category-label span { display: inline-block; vertical-align: middle; }
.header .header-nav .category-all .category-list { position: absolute; top: 52px; left: 0; height: 0; width: 100%; }
.header .header-nav .category-all .category-list .category-wrap { width: 100%; background-color: #fff; overflow: hidden; height: 500px; display: none; box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.12); }
.header .header-nav .category-all .category-list .category-wrap li:not(:last-child) { border-bottom: 1px dashed #e3e3e3; }
.header .header-nav .category-all .category-list .category-wrap li dl { padding: 20px; }
.header .header-nav .category-all .category-list .category-wrap li dl dt { color: #333333; font-weight: bold; line-height: 36px; font-size: 16px; }
.header .header-nav .category-all .category-list .category-wrap li dl dt svg { width: 24px; height: auto; display: inline-block; vertical-align: middle; }
.header .header-nav .category-all .category-list .category-wrap li dl dt svg path { fill: currentColor; }
.header .header-nav .category-all .category-list .category-wrap li dl dd { margin-bottom: 0; }
.header .header-nav .category-all .category-list .category-wrap li dl dd a { color: #666666; line-height: 30px; }
.header .header-nav .category-all .category-list .category-wrap li dl dd a:hover { color: var(--theme-color); }
.header .header-nav .category-all.show .category-list .category-wrap { display: block; }
.header .header-nav .navbar { flex: auto; width: calc(100% - 240px); }
.header .header-nav .navbar li { flex: 1; color: #000; text-align: center; font-size: 16px; line-height: 52px; position: relative; }
.header .header-nav .navbar li.hot::after { content: ''; display: block; background: url("../Image/icon-hot.png") center/contain no-repeat; width: 31px; height: 17px; position: absolute; top: 0; right: 0; -webkit-animation: floatHot .5s infinite linear; -o-animation: floatHot .5s infinite linear; animation: floatHot 2s infinite linear; }
.header .header-nav .navbar li > a { color: #000; }
.header .header-nav .navbar li:hover > a { color: var(--theme-color); }
.header .header-nav .navbar li .dropmenu { position: absolute; width: 100%; display: none; }
.header .header-nav .navbar li .dropmenu dd { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(3px); line-height: 42px; margin-bottom: 2px; }
.header .header-nav .navbar li .dropmenu dd a { font-size: 16px; color: #333333; display: block; }
.header .header-nav .navbar li .dropmenu dd:hover a { color: var(--theme-color); }

.sbanner { height: 350px; position: relative; text-align: right; }
.sbanner .sbanner-wrap { position: absolute; top: 0; width: 100%; height: 100%; left: 0; }
.sbanner .sbanner-wrap .sbanner-title { color: #ffffff; }
.sbanner .sbanner-wrap .sbanner-title .cn-title { font-size: 30px; }
.sbanner .sbanner-wrap .sbanner-title .en-title { opacity: .3; font-size: 40px; }

.location-box { position: relative; height: 68px; }
.location-box .location-wrap { height: 68px; background-color: #ffffff; border-radius: 10px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3); padding: 0 30px; }
.location-box .location-wrap .inner-nav a { font-size: 16px; margin: 0 5px; display: inline-block; position: relative; background-color: var(--theme-color); color: #ffffff; padding: 6px 20px; border-radius: 50px; }
.location-box .location-wrap .inner-nav a:hover, .location-box .location-wrap .inner-nav a.on { background-color: var(--theme-red); }

.footer { background: url("../Image/footer-bg.jpg") bottom no-repeat #2e323b; padding-top: 50px; }
.footer .footer-nav { padding-bottom: 40px; }
.footer .footer-nav dl dt { margin-bottom: 12px; }
.footer .footer-nav dl dt a { color: #ffffff; }
.footer .footer-nav dl dd a { display: block; line-height: 32px; color: #a6a6a6; }
.footer .footer-nav dl dd a:hover { color: #EFEFEF; }
.footer .footer-nav dl:not(:first-child) dt { border-left: 1px solid #585b62; }
.footer .footer-nav dl:not(:first-child) dt, .footer .footer-nav dl:not(:first-child) dd { padding: 0 35px; }
.footer .footer-nav dl:first-child dt, .footer .footer-nav dl:first-child dd { padding-right: 35px; }
.footer .footer-contact { width: 430px; }
.footer .footer-contact .row { --gutter-x: 20px; }
.footer .footer-contact .qrcode-item .item-wrap { width: 128px; }
.footer .footer-contact .qrcode-item .item-wrap .item-img { text-align: center; width: 128px; height: 128px; border-radius: 5px; overflow: hidden; margin: 0 auto 10px; }
.footer .footer-contact .qrcode-item .item-wrap .item-img img { width: 100%; }
.footer .footer-contact .qrcode-item .item-wrap .item-name { color: #ffffff; text-align: center; opacity: .5; font-size: 14px; line-height: 24px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .footer-contact .qrcode-item:hover .item-wrap .item-name { opacity: .8; }
.footer .footer-tels p { color: #a7a7a7; line-height: 42px; margin: 0 10px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .footer-tels p:hover { color: #EEEEEE; }
.footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 15px 0 15px 12px; }
.footer .footer-bottom .copyright { color: #a7a7a7; line-height: 42px; }
.footer .footer-bottom .copyright a { color: #a7a7a7; }
.footer .footer-bottom .copyright a:hover { color: #EEEEEE; }
.footer .footer-bottom .footer-aptitude { padding: 13px; }

.service-box { margin-top: 10px; }
.service-box .item .item-wrap { padding: 11px; }
.service-box .item .item-wrap .item-info { padding-left: 10px; }
.service-box .item .item-wrap .item-info .item-name { font-size: 18px; font-weight: bold; color: #333333; }
.service-box .item .item-wrap .item-info .item-desc { line-height: 2; }

.nav-box { margin-top: 0; --gutter-x: 18px; --gutter-y: 18px; }
.nav-box .item { position: relative; }
.nav-box .item::before { content: attr(data-title); font-family: Avian; font-weight: bold; font-size: 72px; text-transform: uppercase; position: absolute; margin: auto; top: 0; bottom: 0; line-height: 1; height: 72px; z-index: 1; width: 100%; text-align: center; opacity: .05; }
.nav-box .item .item-wrap { height: 100%; background-color: #edf5ff; position: relative; padding: 0 20px; }
.nav-box .item .item-wrap .item-icon { position: relative; z-index: 2; width: 200px; height: 200px; }
.nav-box .item .item-wrap .item-icon img { position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }
.nav-box .item .item-wrap .item-info { position: relative; z-index: 2; padding-left: 15px; width: calc(100% - 200px); }
.nav-box .item .item-wrap .item-info .item-title { font-size: 24px; font-weight: bold; color: #333333; }
.nav-box .item .item-wrap .item-info .item-desc { padding: 15px 0; }
.nav-box .item .item-wrap .item-info .item-desc a { line-height: 36px; }

.hy-box { margin-top: 60px; margin-bottom: 40px; }
.hy-box .item .item-wrap { width: 116px; height: 116px; background-color: #848f9d; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.hy-box .item .item-wrap .item-icon { width: 50px; height: 50px; position: relative; margin: 0 auto; }
.hy-box .item .item-wrap .item-icon img { max-width: 100%; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; }
.hy-box .item .item-wrap .item-title { color: #ffffff; margin-top: 5px; }
.hy-box .item .item-wrap:hover { background-image: -moz-linear-gradient(-67deg, #33acf6 0%, #2a73f4 100%); background-image: -webkit-linear-gradient(-67deg, #33acf6 0%, #2a73f4 100%); background-image: -ms-linear-gradient(-67deg, #33acf6 0%, #2a73f4 100%); }

.hy-box-2 { margin-top: 60px; margin-bottom: 50px; }
.hy-box-2 .item .item-wrap .item-img { width: 99px; height: 99px; position: relative; }
.hy-box-2 .item .item-wrap .item-img img { border-radius: 25px; display: block; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.hy-box-2 .item:hover .item-wrap .item-img img { -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); filter: drop-shadow(0px 0 18px rgba(0, 0, 0, 0.2)); }

.floor-box .floor { padding-top: 70px; padding-bottom: 88px; background: url("../Image/sec-bg.jpg") center no-repeat; --floor-color:#0068f5; }
.floor-box .floor .floor-head .head-left .head-name { color: #404041; font-size: 30px; display: inline-block; vertical-align: middle; font-weight: bold; margin-right: 12px; }
.floor-box .floor .floor-head .head-left .head-desc { color: #ffffff; background-color: #caa68b; padding: 0 12px; position: relative; display: inline-block; line-height: 2; font-size: 16px; vertical-align: middle; margin-right: 22px; }
.floor-box .floor .floor-head .head-left .head-desc::before { content: ''; display: block; position: absolute; width: 0; height: 0; border: 11px solid transparent; right: -22px; border-left-color: #caa68b; border-left-width: 11px; border-top-width: 16px; border-bottom-width: 16px; }
.floor-box .floor .floor-head .head-left .head-desc i { width: 9px; height: 9px; border-radius: 50%; display: inline-block; vertical-align: middle; margin-right: 6px; background: #fff; }
.floor-box .floor .floor-head .head-nav .nav-bar { padding-left: 12px; }
.floor-box .floor .floor-head .head-nav .nav-bar li { display: block; width: 90px; height: 32px; border: 1px solid #eaebf0; background-color: #eaebf0; color: #333333; text-align: center; line-height: 32px; margin: 0 8px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-radius: 3px; cursor: pointer; position: relative; }
.floor-box .floor .floor-head .head-nav .nav-bar li a { color: #333333; }
.floor-box .floor .floor-head .head-nav .nav-bar li::after { content: ''; display: block; position: absolute; width: 0; height: 0; border: 8px solid transparent; border-top-color: #eaebf0; top: 100%; left: 0; right: 0; margin: auto; -webkit-transition: transform .3s, opacity .3s; -moz-transition: transform .3s, opacity .3s; -ms-transition: transform .3s, opacity .3s; -o-transition: transform .3s, opacity .3s; transition: transform 0s, opacity 0s; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(-50%); opacity: 0; z-index: 0; }
.floor-box .floor .floor-head .head-nav .nav-bar li:hover, .floor-box .floor .floor-head .head-nav .nav-bar li.on { color: #ffffff; background-color: var(--floor-color); border-color: var(--floor-color); }
.floor-box .floor .floor-head .head-nav .nav-bar li:hover a, .floor-box .floor .floor-head .head-nav .nav-bar li.on a { color: #ffffff; }
.floor-box .floor .floor-head .head-nav .nav-bar li:hover::after, .floor-box .floor .floor-head .head-nav .nav-bar li.on::after { border-top-color: var(--floor-color); -webkit-transform: translateY(1); -moz-transform: translateY(1); -ms-transform: translateY(1); -o-transform: translateY(1); transform: translateY(0); opacity: 1; transition: transform .3s, opacity .3s; }
.floor-box .floor .floor-head .head-more a { display: block; height: 32px; width: 90px; line-height: 32px; text-align: center; color: #333333; border: 1px solid #333333; }
.floor-box .floor .floor-head .head-more:hover a { color: var(--floor-color); border-color: var(--floor-color); }
.floor-box .floor .floor-container { margin-top: 25px; }
.floor-box .floor .floor-container .floor-left { width: 250px; height: 480px; overflow: hidden; border-radius: 18px 0; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
.floor-box .floor .floor-container .floor-left .left-top { color: #ffffff; text-align: center; padding: 25px; }
.floor-box .floor .floor-container .floor-left .left-top .left-title { margin-top: 12px; font-size: 24px; font-weight: bold; line-height: 2; }
.floor-box .floor .floor-container .floor-left .left-top .left-icons { margin: 10px; }
.floor-box .floor .floor-container .floor-left .left-top .left-desc { line-height: 24px; }
.floor-box .floor .floor-container .floor-left .left-tips { height: 140px; padding: 16px; position: absolute; width: 100%; bottom: 0; left: 0; z-index: 2; background-color: var(--floor-color); }
.floor-box .floor .floor-container .floor-left .left-tips .item span { line-height: 32px; display: block; border: 1px solid #ffffff; color: #ffffff; text-align: center; }
.floor-box .floor .floor-container .floor-con { background-color: #ffffff; width: 1030px; }
.floor-box .floor.floor-1 .floor-left { background-image: url("../Image/floor-1.jpg"); }
.floor-box .floor.floor-1 .floor-left .left-nav { background-color: var(--floor-color); }
.floor-box .floor.floor-2 { --floor-color:#f33e3e; }
.floor-box .floor.floor-2 .floor-left { background-image: url("../Image/floor-2.jpg"); }
.floor-box .floor.floor-2 .floor-left .left-nav { background-color: #f33e3e; }
.floor-box .floor.floor-3 .fw-list .item .item-wrap { height: 310px; }
.floor-box .floor.floor-4 { background: #ffffff; --floor-color:#00c2b4; }
.floor-box .floor.floor-4 .floor-left { background-image: url("../Image/floor-4.jpg"); }
.floor-box .floor.floor-4 .floor-left .left-nav { background-color: #00c2b4; }
.floor-box .zljy-list { border: 1px solid #efefef; border-right: none; }
.floor-box .zljy-list .item { flex: auto; width: 25%; max-width: 25%; height: 300px; border-right: 1px solid #efefef; position: relative; overflow: hidden; }
.floor-box .zljy-list .item::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url("../Image/zy-item-bg.jpg") center/cover no-repeat; opacity: 0; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.floor-box .zljy-list .item .item-wrap { padding: 25px; position: relative; z-index: 2; overflow: hidden; }
.floor-box .zljy-list .item .item-wrap .item-icon { width: 70px; height: 70px; margin: 0 auto; position: relative; -webkit-transition: transform 0.3s; -moz-transition: transform 0.3s; -ms-transition: transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; }
.floor-box .zljy-list .item .item-wrap .item-icon img { max-width: 100%; height: auto; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.floor-box .zljy-list .item .item-wrap .item-title { font-size: 18px; font-weight: bold; color: #333333; -webkit-transition: transform 0.3s; -moz-transition: transform 0.3s; -ms-transition: transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; }
.floor-box .zljy-list .item .item-wrap .item-desc { margin-top: 5px; color: #999999; line-height: 2.5; -webkit-transition: transform 0.3s; -moz-transition: transform 0.3s; -ms-transition: transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; }
.floor-box .zljy-list .item .item-wrap .item-status { color: #1c7dff; -webkit-transition: transform 0.3s; -moz-transition: transform 0.3s; -ms-transition: transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; }
.floor-box .zljy-list .item .item-wrap .item-price { color: #f33e3e; margin: 10px 0; -webkit-transition: transform 0.3s; -moz-transition: transform 0.3s; -ms-transition: transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; }
.floor-box .zljy-list .item .item-wrap .item-price .price { font-size: 24px; }
.floor-box .zljy-list .item .item-wrap .item-more-btn { width: 92px; height: 36px; border: 1px solid var(--theme-red); line-height: 36px; text-align: center; color: var(--theme-red); margin: 0 auto; -webkit-transition: transform .3s,opacity .3s; -moz-transition: transform .3s,opacity .3s; -ms-transition: transform .3s,opacity .3s; -o-transition: transform .3s,opacity .3s; transition: transform .3s,opacity .3s; }
.floor-box .zljy-list .item .item-wrap .item-tools { display: flex; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); position: absolute; left: 0; bottom: 0; width: 100%; background-color: #ffffff; }
.floor-box .zljy-list .item .item-wrap .item-tools a { display: block; width: 50%; line-height: 40px; text-align: center; }
.floor-box .zljy-list .item .item-wrap .item-tools a:nth-child(1) { border: 1px solid #1c7dff; color: #1c7dff; }
.floor-box .zljy-list .item .item-wrap .item-tools a:nth-child(2) { color: #ffffff; background-color: #1c7dff; }
.floor-box .zljy-list .item:hover .item-wrap .item-icon, .floor-box .zljy-list .item:hover .item-wrap .item-title, .floor-box .zljy-list .item:hover .item-wrap .item-desc, .floor-box .zljy-list .item:hover .item-wrap .item-status, .floor-box .zljy-list .item:hover .item-wrap .item-price { -webkit-transform: translateY(15px); -moz-transform: translateY(15px); -ms-transform: translateY(15px); -o-transform: translateY(15px); transform: translateY(15px); }
.floor-box .zljy-list .item:hover .item-wrap .item-icon { -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; }
.floor-box .zljy-list .item:hover .item-wrap .item-title { -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; }
.floor-box .zljy-list .item:hover .item-wrap .item-desc { -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s; }
.floor-box .zljy-list .item:hover .item-wrap .item-status { -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.floor-box .zljy-list .item:hover .item-wrap .item-price { -webkit-transition-delay: .05s; -moz-transition-delay: .05s; -ms-transition-delay: .05s; -o-transition-delay: .05s; transition-delay: .05s; }
.floor-box .zljy-list .item:hover .item-wrap .item-more-btn { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
.floor-box .zljy-list .item:hover .item-wrap .item-tools { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.floor-box .zljy-list .item:hover::before { opacity: 1; }
.floor-box .zljy-service { height: 180px; }
.floor-box .zljy-service .item:nth-child(2) { border-left: 1px solid #efefef; }
.floor-box .zljy-service .item .item-wrap { padding: 20px; }
.floor-box .zljy-service .item .item-wrap .item-icon { width: 62px; height: 62px; position: relative; }
.floor-box .zljy-service .item .item-wrap .item-info { padding-left: 12px; }
.floor-box .zljy-service .item .item-wrap .item-info .item-title { font-size: 18px; font-weight: bold; color: #333333; }
.floor-box .zljy-service .item .item-wrap .item-info .item-desc { color: #9d9d9d; line-height: 2; }
.floor-box .zljy-service .item .item-wrap .item-info .item-link { margin-top: 12px; width: 90px; line-height: 32px; border: 1px solid var(--theme-red); text-align: center; color: var(--theme-red); display: block; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.floor-box .zljy-service .item .item-wrap .item-info .item-link:hover { background-color: var(--theme-red); color: #ffffff; }
.floor-box .floor-4 .zljy-service { border: 1px solid #EEEEEE; border-top: none; }
.floor-box .shangbiao-list { border: 1px solid #efefef; }
.floor-box .shangbiao-list .item { height: 240px; position: relative; }
.floor-box .shangbiao-list .item .item-wrap { height: 100%; padding: 15px; position: relative; z-index: 2; overflow: hidden; }
.floor-box .shangbiao-list .item .item-wrap .item-icon { width: 70px; height: 70px; margin: 0 auto; position: relative; }
.floor-box .shangbiao-list .item .item-wrap .item-icon img { max-width: 100%; height: auto; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.floor-box .shangbiao-list .item .item-wrap .item-title { font-size: 14px; line-height: 32px; color: #666666; -webkit-transition: transform 0.3s; -moz-transition: transform 0.3s; -ms-transition: transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; }
.floor-box .shangbiao-list .item .item-wrap .item-title .catname { color: #fc7777; font-size: 12px; display: inline-block; width: auto; line-height: 20px; padding: 0 5px; border-radius: 3px; border: 1px solid #fc7777; vertical-align: middle; }
.floor-box .shangbiao-list .item .item-wrap .item-more { width: 90px; height: 32px; border: 1px solid var(--theme-red); line-height: 32px; text-align: center; color: var(--theme-red); margin: 8px auto 0; -webkit-transition: transform .3s,opacity .3s; -moz-transition: transform .3s,opacity .3s; -ms-transition: transform .3s,opacity .3s; -o-transition: transform .3s,opacity .3s; transition: transform .3s,opacity .3s; }
.floor-box .shangbiao-list .item .item-wrap .item-tools { display: flex; -webkit-transition: transform 0.3s; -moz-transition: transform 0.3s; -ms-transition: transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); position: absolute; left: 0; bottom: 0; width: 100%; background-color: #ffffff; }
.floor-box .shangbiao-list .item .item-wrap .item-tools a { display: block; width: 50%; line-height: 38px; text-align: center; }
.floor-box .shangbiao-list .item .item-wrap .item-tools a:nth-child(1) { border: 1px solid var(--floor-color); color: var(--floor-color); }
.floor-box .shangbiao-list .item .item-wrap .item-tools a:nth-child(2) { color: #ffffff; background-color: var(--floor-color); }
.floor-box .shangbiao-list .item:not(:nth-child(5n)) { border-right: 1px solid #efefef; }
.floor-box .shangbiao-list .item:nth-child(-n+5) { border-bottom: 1px solid #efefef; }
.floor-box .shangbiao-list .item:hover .item-wrap .item-title { -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); }
.floor-box .shangbiao-list .item:hover .item-wrap .item-more { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
.floor-box .shangbiao-list .item:hover .item-wrap .item-tools { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.floor-box .zscqfw-list { border-left: none; }
.floor-box .zscqfw-list .item .item-wrap { color: #ffffff; position: relative; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.floor-box .zscqfw-list .item .item-wrap .item-img { width: 260px; height: 310px; overflow: hidden; }
.floor-box .zscqfw-list .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.floor-box .zscqfw-list .item .item-wrap .overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 28px; }
.floor-box .zscqfw-list .item .item-wrap .overlay .item-title { margin: 2rem 0 1rem; font-size: 24px; font-weight: bold; text-align: center; }
.floor-box .zscqfw-list .item .item-wrap .overlay .item-desc { line-height: 28px; height: 115px; overflow: hidden; }
.floor-box .zscqfw-list .item .item-wrap .overlay .item-link a { margin: 1rem auto 0; width: 90px; height: 32px; line-height: 30px; color: #ffffff; border: 1px solid #ffffff; text-align: center; display: block; }
.floor-box .zscqfw-list .item .item-wrap .overlay .item-link a:hover { background-color: rgba(0, 0, 0, 0.15); }
.floor-box .zscqfw-list .item:hover .item-wrap { -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); z-index: 2; }

.tiaofu { height: 305px; background: url("../Image/tiaofu.jpg") center no-repeat; color: #ffffff; }
.tiaofu .tiaofu-wrap { padding: 30px; }
.tiaofu .tiaofu-wrap .tiaofu-title { font-size: 36px; font-weight: bold; line-height: 2; }
.tiaofu .tiaofu-wrap .tiaofu-title span { color: #ffcc99; }
.tiaofu .tiaofu-wrap .quick-form { width: 800px; border-radius: 5px; overflow: hidden; margin-top: 8px; }
.tiaofu .tiaofu-wrap .quick-form .input-txt { display: block; flex: 1; border: none; height: 46px; line-height: 46px; padding: 5px 15px; background-color: #ffffff; outline: none; }
.tiaofu .tiaofu-wrap .quick-form .captcha { width: 160px; flex: 0 auto; border-left: 1px solid #eee; }
.tiaofu .tiaofu-wrap .quick-form .verify { cursor: pointer; }
.tiaofu .tiaofu-wrap .quick-form .verify img { height: 46px; }
.tiaofu .tiaofu-wrap .quick-form .input-submit { width: 185px; height: 46px; line-height: 46px; background-color: var(--theme-red); color: #ffffff; display: block; text-align: center; }
.tiaofu .tiaofu-wrap .tiaofu-tips { margin-top: 15px; line-height: 2; font-size: 16px; }

.i-section { padding: 60px 0; }
.i-section .sec-head .head-name { font-size: 30px; color: #404041; padding: 0 35px; font-weight: bold; line-height: 2; }
.i-section .sec-head .head-desc { color: #999999; font-size: 14px; text-align: center; line-height: 32px; }
.i-section.sec-partner { background-color: #f2f3f6; }
.i-section.sec-partner .partner-box { margin-top: 30px; }
.i-section.sec-partner .partner-box .item { flex: 0 auto; width: calc(100% / 7); }
.i-section.sec-partner .partner-box .item .item-wrap { border: 1px solid #f2f3f6; width: 100%; height: 80px; }
.i-section.sec-partner .partner-box .item .item-wrap .item-img { width: 100%; height: 100%; background-color: #fff; position: relative; }
.i-section.sec-partner .partner-box .item .item-wrap .item-img img { max-width: 80%; max-height: 90%; }
.i-section.sec-partner .partner-wall { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding-top: 26px; margin-top: 30px; margin-bottom: 60px; }
.i-section.sec-partner .partner-wall .prow { margin: -26px 0; }
.i-section.sec-partner .partner-wall .prow .item { padding: 0 13px; }
.i-section.sec-partner .partner-wall .prow .item .item-wrap { width: 161px; height: 186px; position: relative; }
.i-section.sec-partner .partner-wall .prow .item .item-wrap img { display: block; width: 100%; height: 100%; object-fit: contain; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.i-section.sec-partner .partner-wall .prow .item:hover .item-wrap img { -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); filter: drop-shadow(0px 0 30px rgba(0, 55, 123, 0.1)); }
.i-section.sec-news .news-boxes { margin-top: 30px; }
.i-section.sec-news .news-boxes .news-box { width: 420px; }
.i-section.sec-news .news-boxes .news-box .box-head { height: 97px; background-repeat: no-repeat; background-size: cover; background-position: center; padding: 25px; }
.i-section.sec-news .news-boxes .news-box .box-head .head-name { font-size: 18px; font-weight: bold; color: #ffffff; }
.i-section.sec-news .news-boxes .news-box .box-head .head-name::before { content: ''; display: inline-block; height: 18px; width: 3px; background-color: var(--theme-red); vertical-align: middle; margin-right: 15px; }
.i-section.sec-news .news-boxes .news-box .box-head .head-more { display: block; width: 80px; height: 32px; line-height: 30px; text-align: center; font-size: 14px; color: #ffffff; border: 1px solid #ffffff; border-radius: 32px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.i-section.sec-news .news-boxes .news-box .box-head .head-more:hover { color: var(--theme-red); border-color: var(--theme-red); background-color: rgba(0, 0, 0, 0.15); }
.i-section.sec-news .news-boxes .news-box:nth-child(1) .box-head { background-image: url("../Image/ptdt-img.jpg"); }
.i-section.sec-news .news-boxes .news-box:nth-child(2) .box-head { background-image: url("../Image/xwzx-img.jpg"); }
.i-section.sec-news .news-boxes .news-box:nth-child(3) .box-head { background-image: url("../Image/zxfw-img.jpg"); }
.i-section.sec-news .news-boxes .news-box .box-con { border: 1px solid #ededed; border-top: none; padding: 0 10px; }
.i-section.sec-news .news-boxes .news-box .news-list { padding: 20px 0; }
.i-section.sec-news .news-boxes .news-box .news-list li a { font-size: 16px; display: block; color: #333333; line-height: 36px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.i-section.sec-news .news-boxes .news-box .news-list li a::before { content: ''; display: inline-block; vertical-align: middle; width: 6px; height: 6px; border-radius: 50%; margin-right: 8px; margin-left: 8px; background-color: #CCCCCC; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.i-section.sec-news .news-boxes .news-box .news-list li:hover a { color: #f33e3e; }
.i-section.sec-news .news-boxes .news-box .news-list li:hover a::before { background-color: CurrentColor; }

.in-section .sec-head { margin: 1rem 0 1.5rem; }
.in-section .sec-head .head-name { font-size: 36px; font-weight: bold; line-height: 2; text-align: center; }
.in-section .sec-head .head-desc { color: #999999; font-size: 16px; text-align: center; }
.in-section.sec-about .about-title { font-size: 36px; font-weight: bold; line-height: 2; margin: 1rem 0 1.5rem; text-align: center; }
.in-section.sec-about .about-img { margin-bottom: 20px; }
.in-section.sec-about .about-content p { color: #666666; line-height: 36px; font-size: 16px; margin-bottom: 12px; }
.in-section.sec-about .about-content img { max-width: 100%; }
.in-section.sec-cultrue { background: url("../Image/cultrue-bg.jpg") top no-repeat #f7f9fc; padding: 40px 0 60px; }
.in-section.sec-cultrue .cultrue-box { margin-top: 50px; }
.in-section.sec-cultrue .cultrue-box .item .item-wrap { padding: 18px; background-color: #fff; width: 400px; height: 350px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-radius: 10px; text-align: center; }
.in-section.sec-cultrue .cultrue-box .item .item-wrap .item-img img { border-radius: 10px; }
.in-section.sec-cultrue .cultrue-box .item .item-wrap .item-icon { width: 120px; height: 120px; margin: 40px auto 0; }
.in-section.sec-cultrue .cultrue-box .item .item-wrap .item-icon svg { width: 120px; height: 120px; }
.in-section.sec-cultrue .cultrue-box .item .item-wrap .item-icon svg path { fill: var(--theme-color); }
.in-section.sec-cultrue .cultrue-box .item .item-wrap .item-caption { height: 160px; }
.in-section.sec-cultrue .cultrue-box .item .item-wrap .item-title { font-size: 30px; color: #333333; line-height: 2; font-weight: bold; }
.in-section.sec-cultrue .cultrue-box .item .item-wrap .item-desc { color: #656565; line-height: 30px; font-size: 16px; height: 60px; padding: 0 25px; }
.in-section.sec-cultrue .cultrue-box .item:hover .item-wrap { -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px); box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15); background-color: var(--theme-color); }
.in-section.sec-cultrue .cultrue-box .item:hover .item-wrap .item-icon svg path { fill: #ffffff; }
.in-section.sec-cultrue .cultrue-box .item:hover .item-wrap .item-title { color: #ffffff; }
.in-section.sec-cultrue .cultrue-box .item:hover .item-wrap .item-desc { color: #ffffff; }
.in-section.sec-partner { padding: 25px 0 60px; }
.in-section.sec-partner .partner-box { margin-top: 50px; }
.in-section.sec-partner .partner-box .item { margin: 5px 0; }
.in-section.sec-partner .partner-box .item .item-wrap { box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.in-section.sec-partner .partner-box .item .item-wrap .item-img { width: 176px; height: 86px; position: relative; }
.in-section.sec-partner .partner-box .item .item-wrap .item-img img { width: 100%; height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; object-fit: scale-down; }
.in-section.sec-partner .partner-box .item:hover .item-wrap { -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(2px); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
.in-section.sec-params { padding: 55px 0; background-color: #ffffff; }
.in-section.sec-params .item .item-wrap .item-title { color: #999999; font-size: 16px; }
.in-section.sec-params .item .item-wrap .item-value { font-size: 16px; color: #666666; }
.in-section.sec-params .item .item-wrap .item-value strong { font-size: 72px; color: #333333; line-height: 1.2; }
.in-section.sec-params .buju-img { margin-top: 20px; }
.in-section.sec-contact .contact-box { padding: 0 60px; }
.in-section.sec-contact .contact-box .contact-top { border-bottom: 1px solid #e8e8e8; padding-bottom: 40px; padding-top: 20px; }
.in-section.sec-contact .contact-box .contact-top .item .item-wrap .item-icon { width: 45px; }
.in-section.sec-contact .contact-box .contact-top .item .item-wrap .item-icon img { display: block; margin: 0 auto; max-width: 100%; }
.in-section.sec-contact .contact-box .contact-top .item .item-wrap .item-info { padding-left: 20px; }
.in-section.sec-contact .contact-box .contact-top .item .item-wrap .item-info .item-name { color: #333333; font-size: 24px; }
.in-section.sec-contact .contact-box .contact-top .item .item-wrap .item-info .item-value { padding: 10px 0; color: #666666; font-size: 18px; }
.in-section.sec-contact .contact-box .contact-yewu { border-bottom: 1px solid #e8e8e8; padding-bottom: 40px; padding-top: 20px; margin-top: 20px; }
.in-section.sec-contact .contact-box .contact-yewu .item .item-wrap .item-icon { width: 58px; height: 58px; margin-bottom: 10px; }
.in-section.sec-contact .contact-box .contact-yewu .item .item-wrap .item-icon img { display: block; margin: 0 auto; max-width: 100%; }
.in-section.sec-contact .contact-box .contact-yewu .item .item-wrap .item-info .item-name { color: #333333; font-size: 24px; }
.in-section.sec-contact .contact-box .contact-yewu .item .item-wrap .item-info .item-value { padding: 10px 0; color: #666666; font-size: 18px; }
.in-section.sec-contact .contact-box .contact-qrcodes { padding-top: 40px; padding-bottom: 40px; }
.in-section.sec-contact .contact-box .contact-qrcodes .qrcode-item .item-wrap { text-align: center; }
.in-section.sec-contact .contact-box .contact-qrcodes .qrcode-item .item-wrap .item-img { height: 160px; position: relative; }
.in-section.sec-contact .contact-box .contact-qrcodes .qrcode-item .item-wrap .item-img .img-wrap { width: 160px; height: 100%; margin: 0 auto; position: relative; padding: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.in-section.sec-contact .contact-box .contact-qrcodes .qrcode-item .item-wrap .item-img .img-wrap img { display: block; width: 100%; height: 100%; object-fit: contain; }
.in-section.sec-contact .contact-box .contact-qrcodes .qrcode-item .item-wrap .item-name { margin-top: 10px; }
.in-section.sec-contact .contact-box .contact-qrcodes .qrcode-item:hover .item-wrap .item-img .img-wrap { box-shadow: 0px 0px 16px 0px rgba(51, 53, 59, 0.2); }
.in-section.sec-message { padding-bottom: 60px; }
.in-section.sec-message .message-box .box-wrap { padding: 60px; }
.in-section.sec-message .message-box .box-wrap .msgForm { --gutter-x: 15px; --gutter-y: 15px; }
.in-section.sec-message .message-box input, .in-section.sec-message .message-box textarea { display: block; background-color: #fff; border: 1px solid #edeff3; border-radius: 5px; padding: 25px; width: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.in-section.sec-message .message-box input:focus, .in-section.sec-message .message-box textarea:focus { border-color: #0e60c4; }
.in-section.sec-message .message-box textarea { height: 240px; }
.in-section.sec-message .message-box input[name=caption] { width: 370px; }
.in-section.sec-message .message-box .verify { padding: 10px; }
.in-section.sec-message .message-box .verify img { height: 45px; cursor: pointer; }
.in-section.sec-message .message-box .submit { border-radius: 5px; background-color: #0e60c4; width: 360px; height: 54px; text-align: center; color: #ffffff; line-height: 54px; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.in-section.sec-message .message-box .submit:hover { opacity: .85; }

/*筛选条件*/
.filter-box { background-color: #ffffff; border-radius: 10px; padding: 0 40px; margin-bottom: 26px; }
.filter-box .filter-item { padding: 20px 10px; }
.filter-box .filter-item:not(:last-child) { border-bottom: 1px solid #eaeaea; }
.filter-box .filter-item .filter-label { font-size: 16px; color: #666666; width: 90px; text-align: center; line-height: 32px; height: 32px; margin: 5px 0; }
.filter-box .filter-item .filter-con { flex: auto; width: calc(100% - 90px); padding-left: 10px; }
.filter-box .filter-item .filter-con a { border-radius: 20px; display: inline-block; line-height: 22px; font-size: 14px; /*padding: 5px 20px;
margin: 5px;*/ margin-bottom: 5px; padding: 3px 15px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.filter-box .filter-item .filter-con a.on, .filter-box .filter-item .filter-con a:hover { background: #496dbb; color: #fff; }
.filter-box .filter-item a.clear-btn { border-radius: 20px; border: 1px solid #dedfe2; color: #333333; width: 150px; text-align: center; font-size: 14px; padding: 0 15px; line-height: 30px; background: transparent; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; cursor: pointer; }
.filter-box .filter-item a.clear-btn svg { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.filter-box .filter-item a.clear-btn svg path { fill: currentColor; }
.filter-box .filter-item a.clear-btn:hover { border-color: var(--theme-red); color: var(--theme-red); background-color: transparent; }
.filter-box .filter-item.currentCondition .conditons { padding-right: 20px; }
.filter-box .filter-item.currentCondition .conditons a { background: #496dbb; color: #fff; border: 1px solid #496dbb; }
.filter-box .filter-item.currentCondition .conditons a:hover { border-color: var(--theme-red); color: var(--theme-red); background-color: transparent; }
.filter-box .filter-item.currentCondition .conditons a:hover svg path { fill: var(--theme-red); }

.pb-30 { padding-bottom: 30px; }

.patent-page { background-color: #f7f9fc; }
.patent-page .patent-list { --gutter-x: 20px; --gutter-y: 20px; }
.patent-page .patent-list .item .item-wrap { padding: 16px; padding-bottom: 0; border-radius: 10px; border: 1px solid #f0f0f0; background-color: #ffffff; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; overflow: hidden; }
.patent-page .patent-list .item .item-wrap .item-img { position: relative; }
.patent-page .patent-list .item .item-wrap .item-title { margin-top: 18px; font-size: 16px; color: #333333; line-height: 48px; }
.patent-page .patent-list .item .item-wrap .item-caption { line-height: 58px; border-top: 1px solid #eaeaea; }
.patent-page .patent-list .item .item-wrap .item-caption .item-price { font-size: 16px; color: #fb5d00; }
.patent-page .patent-list .item .item-wrap .item-caption .item-price span { font-size: 20px; font-weight: bold; }
.patent-page .patent-list .item .item-wrap .item-link { display: block; height: 45px; line-height: 45px; color: #ffffff; background-color: #496dbb; font-size: 16px; text-align: center; border-radius: 5px; position: absolute; margin: auto; left: 0; right: 0; bottom: 8px; width: calc(100% - 30px); -webkit-transition: transform .3s,opacity .5s; -moz-transition: transform .3s,opacity .5s; -ms-transition: transform .3s,opacity .5s; -o-transition: transform .3s,opacity .5s; transition: transform .3s,opacity .5s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
.patent-page .patent-list .item .item-wrap:hover { box-shadow: 0px 0px 21px 0px rgba(0, 112, 239, 0.16); border-color: #0070ef; }
.patent-page .patent-list .item .item-wrap:hover .item-link { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.patent-page .patent-list .item .item-wrap:hover .item-link:hover { background-color: var(--theme-red); }

.permit-page { background-color: #f7f9fc; }
.permit-page .permit-list { --gutter-x:20px; --gutter-y:20px; }
.permit-page .permit-list .item .item-wrap { height: 100%; padding: 20px; border-radius: 10px; box-shadow: 0px 0px 9px 0px rgba(0, 20, 44, 0.09); border: 1px solid #f0f0f0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.permit-page .permit-list .item .item-wrap .item-tag { background-color: #f4683f; color: #ffffff; height: 32px; width: 100px; line-height: 32px; text-align: center; border-bottom-right-radius: 32px; }
.permit-page .permit-list .item .item-wrap .item-title { margin-top: 15px; margin-bottom: 10px; font-size: 16px; color: #333333; line-height: 32px; height: 32px; }
.permit-page .permit-list .item .item-wrap .item-params { border-top: 1px solid #eaeaea; padding-top: 12px; padding-bottom: 12px; }
.permit-page .permit-list .item .item-wrap .item-params .param-item { font-size: 14px; line-height: 30px; }
.permit-page .permit-list .item .item-wrap .item-params .param-item .item-label { color: #999999; }
.permit-page .permit-list .item .item-wrap .item-params .param-item .item-value { color: #676767; }
.permit-page .permit-list .item .item-wrap .item-link { background-color: #0e60c4; color: #ffffff; font-size: 16px; border-radius: 8px; line-height: 46px; height: 46px; display: block; margin: 0 auto; width: 100%; text-align: center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.permit-page .permit-list .item .item-wrap .item-link:hover { background-color: var(--theme-red); }
.permit-page .permit-list .item .item-wrap .item-price { font-size: 16px; color: #fb5d00; }
.permit-page .permit-list .item .item-wrap .item-price .price-num { font-size: 20px; font-weight: bold; }
.permit-page .permit-list .item:hover .item-wrap { box-shadow: 0px 0px 27px 0px rgba(0, 20, 44, 0.21); border: 1px solid #48acf8; }
.permit-page .permit-info { overflow: hidden; background: url("../Image/info-top-bg.jpg") 0 0 no-repeat; background-size: 100% 520px; }
.permit-page .permit-info .info-wrap { box-shadow: 0px 0px 27px 0px rgba(0, 20, 44, 0.21); background: url("../Image/permit-top-bg.jpg") top center/cover no-repeat #ffffff; padding: 35px 40px; }
.permit-page .permit-info .info-wrap .permit-title { font-size: 30px; color: #000000; font-weight: bold; line-height: 68px; }
.permit-page .permit-info .info-wrap .param-item { padding: 8px 0; }
.permit-page .permit-info .info-wrap .param-item .item-wrap { line-height: 32px; }
.permit-page .permit-info .info-wrap .param-item .item-label { color: #999999; }
.permit-page .permit-info .info-wrap .param-item .item-value { color: #333333; }
.permit-page .permit-info .info-wrap .param-item .item-value .price { color: #f33e3e; }
.permit-page .permit-info .info-wrap .param-item .item-value .price .price-num { font-size: 36px; font-weight: bold; }
.permit-page .permit-info .info-wrap .permit-top-param { --gutter-x: 0; --gutter-y: 0; }
.permit-page .permit-info .info-wrap .permit-param-list { border-top: 1px solid #ebebeb; padding-top: 20px; margin-top: 20px; }
.permit-page .aqbz-list { margin-top: 15px; --gutter-x:16px; --gutter-y:16px; }
.permit-page .aqbz-list .item { height: 190px; }
.permit-page .aqbz-list .item .item-wrap { width: 100%; height: 100%; padding: 15px 20px; position: relative; z-index: 2; }
.permit-page .aqbz-list .item .item-wrap::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.2; }
.permit-page .aqbz-list .item .item-wrap .item-icon { width: 50px; height: 50px; margin: 0 auto; position: relative; }
.permit-page .aqbz-list .item .item-wrap .item-name { font-size: 16px; color: #000000; font-weight: bold; position: relative; text-align: center; }
.permit-page .aqbz-list .item .item-wrap .item-content { color: #666666; line-height: 24px; width: 170px; text-align: center; position: relative; }
.permit-page .aqbz-list .item:nth-child(1) .item-wrap::before { background-image: -moz-linear-gradient(125deg, #f27b1f 0%, #ffbd66 100%); background-image: -webkit-linear-gradient(125deg, #f27b1f 0%, #ffbd66 100%); background-image: -ms-linear-gradient(125deg, #f27b1f 0%, #ffbd66 100%); border-width: 1px; border-color: #ffdfa1; border-style: solid; }
.permit-page .aqbz-list .item:nth-child(2) .item-wrap::before { border-width: 1px; border-color: #b6ece0; border-style: solid; background-image: -moz-linear-gradient(125deg, #00afeb 0%, #95e2fe 100%); background-image: -webkit-linear-gradient(125deg, #00afeb 0%, #95e2fe 100%); background-image: -ms-linear-gradient(125deg, #00afeb 0%, #95e2fe 100%); }
.permit-page .aqbz-list .item:nth-child(3) .item-wrap::before { border-width: 1px; border-color: #d4e3ee; border-style: solid; background-image: -moz-linear-gradient(125deg, #2d7cfa 0%, #90daff 100%); background-image: -webkit-linear-gradient(125deg, #2d7cfa 0%, #90daff 100%); background-image: -ms-linear-gradient(125deg, #2d7cfa 0%, #90daff 100%); }
.permit-page .aqbz-list .item:nth-child(4) .item-wrap::before { border-width: 1px; border-color: #ffd6d5; border-style: solid; background-image: -moz-linear-gradient(125deg, #ff2207 0%, #ffaa61 100%); background-image: -webkit-linear-gradient(125deg, #ff2207 0%, #ffaa61 100%); background-image: -ms-linear-gradient(125deg, #ff2207 0%, #ffaa61 100%); }
.permit-page .service-process { margin-top: 20px; box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16); background-color: #ffffff; }
.permit-page .service-process .box-head { height: 56px; line-height: 56px; background-color: #0e60c4; padding-left: 42px; }
.permit-page .service-process .box-head::before { content: ''; display: inline-block; vertical-align: middle; background: url("../Image/icon-list.png") 0 0 no-repeat; width: 9px; height: 9px; margin: auto; filter: contrast(0) grayscale(1) brightness(100); margin-right: 10px; }
.permit-page .service-process .box-head span { vertical-align: middle; font-size: 18px; font-weight: bold; color: #ffffff; }
.permit-page .service-list { padding-top: 50px; padding-bottom: 30px; --gutter-x: 0; --gutter-y: 0; }
.permit-page .service-list .item .item-wrap { text-align: center; }
.permit-page .service-list .item .item-wrap .item-icon { border-radius: 50%; background-image: -moz-linear-gradient(125deg, #f27b1f 0%, #ffbd66 100%); background-image: -webkit-linear-gradient(125deg, #f27b1f 0%, #ffbd66 100%); background-image: -ms-linear-gradient(125deg, #f27b1f 0%, #ffbd66 100%); width: 125px; height: 125px; position: relative; margin: 0 auto; }
.permit-page .service-list .item .item-wrap .item-icon::before { content: ''; display: block; width: 50px; height: 36px; position: absolute; margin: auto; background: url("../Image/icon-step.png") center no-repeat; top: 0; bottom: 0; right: -90px; filter: grayscale(1); opacity: .13; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.permit-page .service-list .item .item-wrap .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 48px; height: auto; }
.permit-page .service-list .item .item-wrap .item-icon svg path { fill: #ffffff; }
.permit-page .service-list .item .item-wrap .item-name { margin-top: 10px; line-height: 44px; color: #727272; }
.permit-page .service-list .item:hover .item-wrap .item-icon::before { opacity: .3; }
.permit-page .service-list .item:last-child .item-wrap .item-icon::before { display: none; }

/*专家团队*/
.experts-page, .expinfo-page { background-color: #f7f9fc; }
.experts-page .experts-list, .expinfo-page .experts-list { --gutter-x: 28px; --gutter-y: 28px; }
.experts-page .experts-list .item .item-wrap, .expinfo-page .experts-list .item .item-wrap { background-color: #fff; padding: 25px; padding-bottom: 20px; box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.experts-page .experts-list .item .item-wrap .item-img, .expinfo-page .experts-list .item .item-wrap .item-img { overflow: hidden; }
.experts-page .experts-list .item .item-wrap .item-name, .expinfo-page .experts-list .item .item-wrap .item-name { margin-top: 8px; line-height: 38px; font-size: 20px; color: #333333; }
.experts-page .experts-list .item .item-wrap .item-poster, .expinfo-page .experts-list .item .item-wrap .item-poster { color: #666666; text-align: center; line-height: 26px; margin-bottom: 10px; }
.experts-page .experts-list .item .item-wrap .item-btn, .expinfo-page .experts-list .item .item-wrap .item-btn { width: 136px; height: 38px; border-width: 1px; border-color: #efefef; border-style: solid; background-color: whitesmoke; line-height: 38px; text-align: center; color: #323232; font-size: 14px; display: block; margin: 0 auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.experts-page .experts-list .item:hover .item-wrap, .expinfo-page .experts-list .item:hover .item-wrap { box-shadow: 0px 0px 35px 0px rgba(0, 47, 138, 0.26); }
.experts-page .experts-list .item:hover .item-wrap .item-btn, .expinfo-page .experts-list .item:hover .item-wrap .item-btn { border-radius: 38px; background-color: #4081ff; border-color: #4081ff; color: #ffffff; }
.experts-page .experts-detail, .expinfo-page .experts-detail { background: url("../Image/experts-content-bg.jpg") bottom/cover no-repeat #f6f7fb; padding: 42px; box-shadow: 0px 0px 46px 0px rgba(0, 44, 89, 0.19); margin-bottom: 30px; }
.experts-page .experts-detail .experts-avatar, .expinfo-page .experts-detail .experts-avatar { width: 370px; overflow: hidden; }
.experts-page .experts-detail .experts-avatar img, .expinfo-page .experts-detail .experts-avatar img { border-radius: 8px; display: block; }
.experts-page .experts-detail .experts-info, .expinfo-page .experts-detail .experts-info { width: 750px; }
.experts-page .experts-detail .experts-info .experts-head, .expinfo-page .experts-detail .experts-info .experts-head { margin-bottom: 20px; }
.experts-page .experts-detail .experts-info .experts-head .experts-name, .expinfo-page .experts-detail .experts-info .experts-head .experts-name { position: relative; vertical-align: middle; }
.experts-page .experts-detail .experts-info .experts-head .experts-name::before, .expinfo-page .experts-detail .experts-info .experts-head .experts-name::before { content: ''; display: block; position: absolute; height: 6px; background-color: #b0c9ea; bottom: 0; left: 0; right: 0; margin: auto; }
.experts-page .experts-detail .experts-info .experts-head .experts-name strong, .expinfo-page .experts-detail .experts-info .experts-head .experts-name strong { position: relative; z-index: 2; font-size: 30px; color: #272727; }
.experts-page .experts-detail .experts-info .experts-head .experts-poster, .expinfo-page .experts-detail .experts-info .experts-head .experts-poster { display: inline-block; vertical-align: middle; margin-left: 40px; color: #333333; font-size: 16px; }
.experts-page .experts-detail .experts-info .experts-content, .expinfo-page .experts-detail .experts-info .experts-content { color: #666666; line-height: 32px; }
.experts-page .experts-detail .experts-info .experts-content h3 > strong, .expinfo-page .experts-detail .experts-info .experts-content h3 > strong { display: block; padding-top: 10px; line-height: 42px; font-size: 16px; font-weight: normal; color: #333333; }
.experts-page .experts-detail .experts-info .experts-content h3:not(:first-child) > strong, .expinfo-page .experts-detail .experts-info .experts-content h3:not(:first-child) > strong { border-top: 1px dashed #d8dbef; margin-top: 30px; }
.experts-page .experts-detail .experts-info .experts-content strong, .expinfo-page .experts-detail .experts-info .experts-content strong { color: #333333; }

.trade-page { background-color: #f7f9fc; }
.trade-page .trade-list { --gutter-x: 20px; --gutter-y: 20px; }
.trade-page .trade-list .item .item-wrap { padding: 16px; padding-bottom: 0; border-radius: 10px; border: 1px solid #f0f0f0; background-color: #ffffff; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; overflow: hidden; }
.trade-page .trade-list .item .item-wrap .item-img { position: relative; }
.trade-page .trade-list .item .item-wrap .item-title { margin-top: 18px; font-size: 16px; color: #333333; line-height: 48px; }
.trade-page .trade-list .item .item-wrap .item-caption { line-height: 58px; border-top: 1px solid #eaeaea; }
.trade-page .trade-list .item .item-wrap .item-caption .item-price { font-size: 16px; color: #fb5d00; }
.trade-page .trade-list .item .item-wrap .item-caption .item-price span { font-size: 20px; font-weight: bold; }
.trade-page .trade-list .item .item-wrap .item-link { display: block; height: 45px; line-height: 45px; color: #ffffff; background-color: #496dbb; font-size: 16px; text-align: center; border-radius: 5px; position: absolute; margin: auto; left: 0; right: 0; bottom: 8px; width: calc(100% - 30px); -webkit-transition: transform .3s,opacity .5s; -moz-transition: transform .3s,opacity .5s; -ms-transition: transform .3s,opacity .5s; -o-transition: transform .3s,opacity .5s; transition: transform .3s,opacity .5s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
.trade-page .trade-list .item .item-wrap:hover { box-shadow: 0px 0px 21px 0px rgba(0, 112, 239, 0.16); border-color: #0070ef; }
.trade-page .trade-list .item .item-wrap:hover .item-link { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.trade-page .trade-list .item .item-wrap:hover .item-link:hover { background-color: var(--theme-red); }

.info-location { margin-top: 10px; margin-bottom: 10px; }
.info-location .crumbs { line-height: 56px; }

.info-top { background-color: white; box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16); }
.info-top .top-wrap { border-bottom: 1px solid #ebeef4; }
.info-top .info-box { padding-left: 20px; padding-top: 20px; width: 1005px; border-right: 1px solid #ebeef4; }
.info-top .info-box .info-left { width: 380px; }
.info-top .info-box .info-left .info-tips { padding: 25px 0; color: #666666; }
.info-top .info-box .info-left .info-tips span { display: inline-block; vertical-align: middle; }
.info-top .info-box .info-left .info-tips svg { display: inline-block; vertical-align: middle; width: 24px; height: 24px; }
.info-top .info-box .info-left .info-tips svg path { fill: #f5714b; }
.info-top .info-box .info-img { width: 380px; height: 380px; padding: 45px; background-color: #eaeef5; }
.info-top .info-box .info-img .img-wrap { width: 275px; height: 275px; background-color: #ffffff; position: relative; }
.info-top .info-box .info-img .img-wrap img { width: 100%; height: 100%; object-fit: scale-down; }
.info-top .info-box .info-img .img-wrap .info-tag { position: absolute; z-index: 3; width: 64px; height: 64px; background: url("../Image/icon-tag-bg.png") 0 0 no-repeat; top: -7px; right: -7px; }
.info-top .info-box .info-img .img-wrap .info-tag .tag-name { text-align: center; font-size: 12px; color: #ffffff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); line-height: 22px; text-align: center; width: 65px; position: absolute; left: 7px; top: 13px; }
.info-top .info-box .info-right { padding-left: 33px; width: 625px; }
.info-top .info-box .info-right .info-title { font-size: 30px; font-weight: bold; color: #333333; line-height: 46px; margin: 27px 0; padding-right: 25px; }
.info-top .info-box .info-right .info-summary { background: url("../Image/price-bg.jpg") center/cover no-repeat; margin-top: 16px; padding: 10px 35px; }
.info-top .info-box .info-right .info-summary .s-item { line-height: 42px; font-size: 16px; }
.info-top .info-box .info-right .info-summary .s-item .item-label { color: #7d7d7d; }
.info-top .info-box .info-right .info-summary .s-item .item-con { color: #333333; }
.info-top .info-box .info-right .info-summary .s-item .item-con .price { color: #f33e3e; }
.info-top .info-box .info-right .info-summary .s-item .item-con .price .price-num { font-size: 36px; font-weight: bold; }
.info-top .info-box .info-right .info-params { margin-top: 10px; padding-left: 36px; }
.info-top .info-box .info-right .info-params .s-item { line-height: 42px; font-size: 16px; }
.info-top .info-box .info-right .info-params .s-item .item-label { color: #7d7d7d; }
.info-top .info-box .info-right .info-params .s-item .item-con { color: #333333; }
.info-top .info-box .info-right .info-params .s-item .item-con .price { color: #f33e3e; }
.info-top .info-box .info-right .info-params .s-item .item-con .price .price-num { font-size: 36px; font-weight: bold; }
.info-top .info-box .info-right .info-contact { padding-left: 36px; margin-top: 15px; margin-bottom: 15px; }
.info-top .info-box .info-right .info-contact .btns { display: inline-block; width: 228px; height: 48px; line-height: 44px; text-align: center; border-radius: 3px; }
.info-top .info-box .info-right .info-contact .btns:nth-child(1) { margin-right: 10px; color: #ffffff; background-color: var(--theme-color); border: 2px solid var(--theme-color); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.info-top .info-box .info-right .info-contact .btns:nth-child(1):hover { background-color: #ffffff; color: var(--theme-color); border-color: var(--theme-color); }
.info-top .info-box .info-right .info-contact .btns:nth-child(2) { border: 2px solid #e7eaf0; color: #000; font-size: 14px; }
.info-top .info-box .info-right .info-contact .btns:nth-child(2):hover { color: var(--theme-color); border-color: var(--theme-color); }
.info-top .info-box .info-right .info-contact:hover .btns:nth-child(1):hover + .btns:nth-child(2) { background-color: var(--theme-color); color: #ffffff; border-color: var(--theme-color); }
.info-top .quick-buy { padding: 20px; width: 295px; }
.info-top .quick-buy .quick-buy-form .form-head { font-size: 18px; color: #000; line-height: 42px; margin-bottom: 10px; }
.info-top .quick-buy .quick-buy-form .form-head svg { display: inline-block; vertical-align: middle; margin-right: 5px; width: 20px; height: auto; }
.info-top .quick-buy .quick-buy-form .form-head span { display: inline-block; vertical-align: middle; }
.info-top .quick-buy .quick-buy-form .form-item { margin-bottom: 10px; }
.info-top .quick-buy .quick-buy-form .form-item .form-input { display: block; border: 1px solid #d5d5d5; border-radius: 5px; color: #999999; line-height: 36px; padding: 0 15px; width: 100%; -webkit-transition: border-color .3s; -moz-transition: border-color .3s; -ms-transition: border-color .3s; -o-transition: border-color .3s; transition: border-color .3s; }
.info-top .quick-buy .quick-buy-form .form-item .form-input:hover { border-color: #0e60c4; }
.info-top .quick-buy .quick-buy-form .form-item .form-submit { width: 100%; background-color: #0e60c4; }
.info-top .quick-buy .quick-buy-form .form-item .form-submit:hover { background-color: var(--theme-red); }
.info-top .quick-buy .quick-buy-form .form-foot { line-height: 38px; margin-bottom: 10px; }
.info-top .quick-buy .quick-buy-form .form-foot svg { display: inline-block; vertical-align: middle; width: 16px; height: 16px; }
.info-top .quick-buy .quick-buy-form .form-foot svg path { fill: #f5714b; }
.info-top .quick-buy .quick-buy-form .form-foot span { display: inline-block; vertical-align: middle; line-height: 24px; }
.info-top .quick-buy .quick-buy-lists ul li { line-height: 34px; margin-bottom: 10px; background-color: #f8f8f8; padding: 0 15px; }
.info-top .quick-buy .quick-buy-lists ul li::before { content: ''; display: inline-block; background: url("../Image/icon-notice.png") center no-repeat; width: 16px; height: 16px; vertical-align: middle; }
.info-top .quick-buy .quick-buy-lists ul li span { display: inline-block; vertical-align: middle; text-align: center; }
.info-top .quick-buy .quick-buy-lists ul li span.name { margin: 0 5px; }
.info-top .quick-buy .quick-buy-lists ul li span.tel { width: 80px; }
.info-top .quick-buy .quick-buy-lists ul li span.time { width: 60px; }
.info-top .info-service { padding: 15px 0 15px 40px; }
.info-top .info-service li { color: #7d7d7d; line-height: 36px; height: 36px; width: 155px; text-align: center; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.info-top .info-service li svg { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; height: auto; width: 20px; margin-right: 5px; display: inline-block; vertical-align: middle; }
.info-top .info-service li svg path { fill: #7d7d7d; }
.info-top .info-service li span { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 16px; display: inline-block; vertical-align: middle; }
.info-top .info-service li:not(:first-child)::before { content: ''; display: block; position: absolute; width: 0; height: 14px; border-right: 1px solid #d7d7d7; margin: auto; top: 0; bottom: 0; left: 0; }
.info-top .info-service li:hover svg path { fill: #f5714b; }
.info-top .info-service li:hover span { color: #f5714b; }

.info-process { background-color: white; box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16); margin-top: 20px; padding: 20px; }
.info-process .head { color: #333333; font-weight: bold; font-size: 24px; }
.info-process .head span { vertical-align: middle; }
.info-process .head svg { width: 26px; height: auto; display: inline-block; vertical-align: middle; }
.info-process .head svg path { fill: #f33e3e; }
.info-process .process-list { margin-top: 15px; }
.info-process .process-list .item { width: 300px; height: 140px; }
.info-process .process-list .item .item-wrap { background-color: #ffefe5; width: 100%; height: 100%; padding: 15px 20px; }
.info-process .process-list .item .item-wrap .item-head .item-name { font-size: 16px; color: #000000; font-weight: bold; }
.info-process .process-list .item .item-wrap .item-head .item-num { width: 33px; height: 33px; border-radius: 50%; border: 2px solid #ff6600; line-height: 33px; text-align: center; font-weight: bold; font-size: 20px; color: #ff6600; }
.info-process .process-list .item .item-wrap .item-content { margin-top: 20px; color: #666666; line-height: 24px; width: 170px; }

.info-section-box { box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16); margin-top: 20px; background-color: #fff; }
.info-section-box .sec-nav { border-bottom: 1px solid #d9dfe8; padding: 0 90px; }
.info-section-box .sec-nav li { padding: 0 60px; position: relative; }
.info-section-box .sec-nav li a { color: #333333; display: inline-block; line-height: 76px; position: relative; font-size: 18px; }
.info-section-box .sec-nav li a::after { content: ''; display: block; height: 2px; width: 100%; background-color: currentColor; position: absolute; margin: auto; bottom: 0; left: 0; right: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.info-section-box .sec-nav li:hover, .info-section-box .sec-nav li.on { color: #ff6600; }
.info-section-box .sec-nav li:hover a, .info-section-box .sec-nav li.on a { color: #ff6600; font-weight: bold; display: inline-block; }
.info-section-box .sec-nav li:hover a::after, .info-section-box .sec-nav li.on a::after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.info-section-box .info-section .sec-wrap { padding: 20px 65px 20px 60px; padding-left: 60px; }
.info-section-box .info-section .sec-wrap .sec-head { position: relative; }
.info-section-box .info-section .sec-wrap .sec-head::before { content: ''; display: block; background: url("../Image/icon-list.png"); width: 9px; height: 9px; position: absolute; margin: auto; top: 0; bottom: 0; left: -20px; }
.info-section-box .info-section .sec-wrap .sec-head::after { content: ''; display: block; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; border-bottom: 1px dashed #dddddd; height: 0; width: 100%; }
.info-section-box .info-section .sec-wrap .sec-head span { background-color: #fff; display: inline-block; padding-right: 10px; position: relative; z-index: 2; font-weight: bold; font-size: 18px; color: #ff6600; }
.info-section-box .info-section .sec-wrap .sec-head .down-icon { position: absolute; display: block; margin: auto; top: 0; bottom: 0; right: -22px; width: 22px; height: auto; z-index: 3; }
.info-section-box .info-section .sec-wrap .sec-head .down-icon path { fill: #DDDDDD; }
.info-section-box .info-section .sec-wrap .sec-content { margin-top: 15px; line-height: 34px; color: #666666; font-size: 16px; }
.info-section-box .info-section .sec-wrap .sec-content img { max-width: 100%; vertical-align: bottom; }
.info-section-box .info-section .sec-wrap .sec-content p { color: #686868; font-size: 16px; line-height: 36px; }
.info-section-box .info-section .sec-wrap .sec-content p strong { color: #333333; }

.achievements-page { background-color: #f7f9fc; }
.achievements-page .achinfo-top { overflow: hidden; background: url("../Image/info-top-bg.jpg") 0 0 no-repeat; }
.achievements-page .achinfo-top .info-top { background-color: transparent; box-shadow: none; padding-bottom: 20px; }
.achievements-page .achinfo-top .info-top .top-wrap { border-bottom: none; }
.achievements-page .achinfo-top .info-top .info-box { padding-left: 0; padding-top: 0; width: auto; border-right: none; }
.achievements-page .achinfo-top .info-top .info-box .info-left { width: 380px; }
.achievements-page .achinfo-top .info-top .info-box .info-left .info-tips { padding: 25px 0; color: #666666; }
.achievements-page .achinfo-top .info-top .info-box .info-left .info-tips span { display: inline-block; vertical-align: middle; }
.achievements-page .achinfo-top .info-top .info-box .info-left .info-tips svg { display: inline-block; vertical-align: middle; width: 24px; height: 24px; }
.achievements-page .achinfo-top .info-top .info-box .info-left .info-tips svg path { fill: #f5714b; }
.achievements-page .achinfo-top .info-top .info-box .info-img { width: 380px; height: 380px; padding: 45px; background-color: #ffffff; }
.achievements-page .achinfo-top .info-top .info-box .info-img .img-wrap { width: 275px; height: 275px; background-color: #ffffff; position: relative; }
.achievements-page .achinfo-top .info-top .info-box .info-img .img-wrap img { width: 100%; height: 100%; object-fit: scale-down; }
.achievements-page .achinfo-top .info-top .info-box .info-img .img-wrap .info-tag { position: absolute; z-index: 3; width: 64px; height: 64px; background: url("../Image/icon-tag-bg.png") 0 0 no-repeat; top: -7px; right: -7px; }
.achievements-page .achinfo-top .info-top .info-box .info-img .img-wrap .info-tag .tag-name { text-align: center; font-size: 12px; color: #ffffff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); line-height: 22px; text-align: center; width: 65px; position: absolute; left: 7px; top: 13px; }
.achievements-page .achinfo-top .info-top .info-box .info-right { padding-left: 33px; width: 900px; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-title { font-size: 30px; font-weight: bold; color: #333333; line-height: 46px; margin: 0 0 27px; padding-left: 36px; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-summary { margin-top: 16px; padding: 0 35px; background: none; width: 625px; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-summary .s-item { line-height: 42px; font-size: 16px; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-summary .s-item .item-label { color: #7d7d7d; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-summary .s-item .item-con { color: #333333; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-summary .s-item .item-con .price { color: #f33e3e; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-summary .s-item .item-con .price .price-num { font-size: 36px; font-weight: bold; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-params { margin-top: 0; padding-left: 36px; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-params .s-item { line-height: 42px; font-size: 16px; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-params .s-item .item-label { color: #7d7d7d; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-params .s-item .item-con { color: #333333; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-params .s-item .item-con .price { color: #f33e3e; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-params .s-item .item-con .price .price-num { font-size: 36px; font-weight: bold; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-contact { padding-left: 36px; margin-top: 15px; margin-bottom: 15px; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-contact .btns { display: inline-block; width: 228px; height: 48px; line-height: 44px; text-align: center; border-radius: 3px; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-contact .btns:nth-child(1) { margin-right: 10px; color: #ffffff; background-color: var(--theme-color); border: 2px solid var(--theme-color); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-contact .btns:nth-child(1):hover { background-color: #ffffff; color: var(--theme-color); border-color: var(--theme-color); }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-contact .btns:nth-child(2) { border: 2px solid #ffffff; background-color: #fff; color: #000; font-size: 14px; }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-contact .btns:nth-child(2):hover { color: var(--theme-color); border-color: var(--theme-color); }
.achievements-page .achinfo-top .info-top .info-box .info-right .info-contact:hover .btns:nth-child(1):hover + .btns:nth-child(2) { background-color: var(--theme-color); color: #ffffff; border-color: var(--theme-color); }
.achievements-page .achievements-list { padding: 30px 50px; padding-top: 0; }
.achievements-page .achievements-list .item { position: relative; padding: 50px 0; border-bottom: 1px solid #e2e2e2; }
.achievements-page .achievements-list .item::after { content: ''; position: absolute; height: 2px; width: 100%; left: 0; bottom: 0; margin: auto; background-color: #0e60c4; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.achievements-page .achievements-list .item .item-wrap { position: relative; }
.achievements-page .achievements-list .item .item-wrap .item-img { width: 170px; border: 1px solid #e4e4e4; overflow: hidden; }
.achievements-page .achievements-list .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.achievements-page .achievements-list .item .item-wrap .item-info { flex: 0 auto; width: calc(100% - 200px); }
.achievements-page .achievements-list .item .item-wrap .item-info .item-title { font-size: 18px; line-height: 2; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; padding-right: 80px; }
.achievements-page .achievements-list .item .item-wrap .item-info .item-params { padding: 10px 0; }
.achievements-page .achievements-list .item .item-wrap .item-info .item-params .param-item { font-size: 14px; color: #666666; width: 180px; line-height: 30px; }
.achievements-page .achievements-list .item .item-wrap .item-info .item-params .param-item span { display: inline-block; margin-right: 10px; }
.achievements-page .achievements-list .item .item-wrap .item-info .item-content { line-height: 24px; color: #666666; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.achievements-page .achievements-list .item .item-wrap .item-more { width: 22px; height: 22px; position: absolute; top: 15px; right: 20px; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.achievements-page .achievements-list .item .item-wrap .item-more svg { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.achievements-page .achievements-list .item:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.achievements-page .achievements-list .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02); }
.achievements-page .achievements-list .item:hover .item-wrap .item-info .item-title a { color: #0e60c4; }
.achievements-page .achievements-list .item:hover .item-wrap .item-more { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.achievements-page .achievements-list .item:hover .item-wrap .item-more svg path { fill: #0e60c4; }
.achievements-page .aqbz-list { margin-top: 15px; --gutter-x:16px; --gutter-y:16px; }
.achievements-page .aqbz-list .item { height: 190px; }
.achievements-page .aqbz-list .item .item-wrap { width: 100%; height: 100%; padding: 15px 20px; position: relative; z-index: 2; }
.achievements-page .aqbz-list .item .item-wrap::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.2; }
.achievements-page .aqbz-list .item .item-wrap .item-icon { width: 50px; height: 50px; margin: 0 auto; position: relative; }
.achievements-page .aqbz-list .item .item-wrap .item-name { font-size: 16px; color: #000000; font-weight: bold; position: relative; text-align: center; }
.achievements-page .aqbz-list .item .item-wrap .item-content { color: #666666; line-height: 24px; width: 170px; text-align: center; position: relative; }
.achievements-page .aqbz-list .item:nth-child(1) .item-wrap::before { background-image: -moz-linear-gradient(125deg, #f27b1f 0%, #ffbd66 100%); background-image: -webkit-linear-gradient(125deg, #f27b1f 0%, #ffbd66 100%); background-image: -ms-linear-gradient(125deg, #f27b1f 0%, #ffbd66 100%); border-width: 1px; border-color: #ffdfa1; border-style: solid; }
.achievements-page .aqbz-list .item:nth-child(2) .item-wrap::before { border-width: 1px; border-color: #b6ece0; border-style: solid; background-image: -moz-linear-gradient(125deg, #00afeb 0%, #95e2fe 100%); background-image: -webkit-linear-gradient(125deg, #00afeb 0%, #95e2fe 100%); background-image: -ms-linear-gradient(125deg, #00afeb 0%, #95e2fe 100%); }
.achievements-page .aqbz-list .item:nth-child(3) .item-wrap::before { border-width: 1px; border-color: #d4e3ee; border-style: solid; background-image: -moz-linear-gradient(125deg, #2d7cfa 0%, #90daff 100%); background-image: -webkit-linear-gradient(125deg, #2d7cfa 0%, #90daff 100%); background-image: -ms-linear-gradient(125deg, #2d7cfa 0%, #90daff 100%); }
.achievements-page .aqbz-list .item:nth-child(4) .item-wrap::before { border-width: 1px; border-color: #ffd6d5; border-style: solid; background-image: -moz-linear-gradient(125deg, #ff2207 0%, #ffaa61 100%); background-image: -webkit-linear-gradient(125deg, #ff2207 0%, #ffaa61 100%); background-image: -ms-linear-gradient(125deg, #ff2207 0%, #ffaa61 100%); }
.achievements-page .service-process { margin-top: 20px; box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16); background-color: #ffffff; }
.achievements-page .service-process .box-head { height: 56px; line-height: 56px; background-color: #0e60c4; padding-left: 42px; }
.achievements-page .service-process .box-head::before { content: ''; display: inline-block; vertical-align: middle; background: url("../Image/icon-list.png") 0 0 no-repeat; width: 9px; height: 9px; margin: auto; filter: contrast(0) grayscale(1) brightness(100); margin-right: 10px; }
.achievements-page .service-process .box-head span { vertical-align: middle; font-size: 18px; font-weight: bold; color: #ffffff; }
.achievements-page .service-process .service-list { padding-top: 50px; padding-bottom: 30px; --gutter-x: 0; --gutter-y: 0; }
.achievements-page .service-process .service-list .item .item-wrap { text-align: center; }
.achievements-page .service-process .service-list .item .item-wrap .item-icon { border-radius: 50%; background-image: -moz-linear-gradient(125deg, #2876fa 0%, #7bd3ff 100%); background-image: -webkit-linear-gradient(125deg, #2876fa 0%, #7bd3ff 100%); background-image: -ms-linear-gradient(125deg, #2876fa 0%, #7bd3ff 100%); width: 125px; height: 125px; position: relative; margin: 0 auto; }
.achievements-page .service-process .service-list .item .item-wrap .item-icon::before { content: ''; display: block; width: 50px; height: 36px; position: absolute; margin: auto; background: url("../Image/icon-step.png") center no-repeat; top: 0; bottom: 0; right: -90px; }
.achievements-page .service-process .service-list .item .item-wrap .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 48px; height: auto; }
.achievements-page .service-process .service-list .item .item-wrap .item-icon svg path { fill: #ffffff; }
.achievements-page .service-process .service-list .item .item-wrap .item-name { margin-top: 10px; line-height: 44px; color: #727272; }
.achievements-page .service-process .service-list .item:last-child .item-wrap .item-icon::before { display: none; }

/**/
/*过户资料*/
.zl-boxes { background-color: white; box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16); margin-top: 30px; }
.zl-boxes .zl-box .border-right { border-right: 2px solid #edf0f4; }
.zl-boxes .zl-box .zl-head { background-color: #0e60c4; text-align: center; color: #fff; font-size: 18px; line-height: 56px; border-right: 2px solid #ffffff; }
.zl-boxes .zl-box.box-1 { width: 650px; }
.zl-boxes .zl-box.box-2 { width: 325px; }
.zl-boxes .zl-box.box-3 { width: 325px; border-right: none; }
.zl-boxes .zl-box.box-3 .zl-head, .zl-boxes .zl-box.box-3 .zl-content { border-right: none; }
.zl-boxes .zl-box .zl-content { border-right: 2px solid #edf0f4; color: #666666; font-size: 16px; line-height: 2; }
.zl-boxes .zl-box .content-box .head { text-align: center; line-height: 64px; border-bottom: 2px solid #edf0f4; }
.zl-boxes .zl-box .content-box .content { height: 160px; }

/*投融资*/
.finance-page { background-color: #f7f9fc; }

.intro-box .row { --gutter-x: 32px; --gutter-y: 32px; }
.intro-box .intro-item .item-wrap { border-width: 3px; border-color: transparent; border-style: solid; border-radius: 15px; box-shadow: 0px 0px 40px 0px rgba(0, 40, 99, 0.17); height: 350px; padding: 25px 35px 35px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.intro-box .intro-item .item-wrap .item-icon { width: 105px; }
.intro-box .intro-item .item-wrap .item-title { color: #333333; font-size: 26px; font-weight: bold; line-height: 60px; }
.intro-box .intro-item .item-wrap .item-content { font-size: 14px; color: #666666; line-height: 32px; }
.intro-box .intro-item:nth-child(1) .item-wrap { background: url("../Image/trz/intro-bg-1.jpg") right bottom no-repeat #fbfcff; }
.intro-box .intro-item:nth-child(2) .item-wrap { background: url("../Image/trz/intro-bg-2.jpg") right bottom no-repeat #fbfcff; }
.intro-box .intro-item:hover .item-wrap { border-width: 3px; border-color: #98c2ff; }

.section { padding: 50px 0; }
.section .sec-head { text-align: center; }
.section .sec-head .sec-title { font-size: 36px; color: #333333; font-weight: bold; }
.section .sec-head .sec-desc { line-height: 28px; font-size: 16px; color: #666666; width: 93%; margin: 10px auto; }
.section.sec-cqdl { background-color: #f1f7fa; }
.section.sec-zldh { background: url("../Image/fw/zldh-bg.jpg") bottom center no-repeat; }
.section.sec-cqwq { background: url("../Image/fw/cqwq-bg.jpg") center/cover no-repeat; border-radius: 25px; color: #ffffff; }
.section.sec-cqwq .sec-head .sec-title, .section.sec-cqwq .sec-head .sec-desc { color: #ffffff; }

.zyrz-process .process-title { font-size: 24px; font-weight: bold; line-height: 2; margin-top: 30px; margin-bottom: 25px; }
.zyrz-process .process-box .box-wrap { background: url("../Image/trz/process-bg.png") right 45px no-repeat; position: relative; z-index: 2; }
.zyrz-process .process-box .item { width: 200px; position: relative; }
.zyrz-process .process-box .item:not(:first-child) { margin-left: 9px; }
.zyrz-process .process-box .item:not(:nth-child(6)), .zyrz-process .process-box .item:not(:nth-child(7)) { margin-right: 9px; }
.zyrz-process .process-box .item::before { content: attr(data-id); display: inline-block; font-size: 36px; color: #e4e4e4; font-weight: bold; position: absolute; margin: auto; line-height: 1; left: 0; top: -5px; }
.zyrz-process .process-box .item::after { content: ''; display: block; background: url("../Image/trz/icon-right.png") center no-repeat; width: 15px; height: 28px; position: absolute; margin: auto; right: -10px; top: 32px; }
.zyrz-process .process-box .item:nth-child(n + 7)::after { -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); }
.zyrz-process .process-box .item:nth-child(6)::after { bottom: 0; top: 50%; right: -15px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.zyrz-process .process-box .item:last-child::after { display: none; }
.zyrz-process .process-box .item .item-wrap { margin-bottom: 10px; position: relative; }
.zyrz-process .process-box .item .item-wrap .item-icon { text-align: center; height: 85px; position: relative; margin-bottom: 15px; }
.zyrz-process .process-box .item .item-wrap .item-icon img { display: none; }
.zyrz-process .process-box .item .item-wrap .item-icon::after { content: ''; display: block; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 138px; height: 85px; background: url("../Image/trz/process-img-1.png") center no-repeat; filter: drop-shadow(0 30px 12px #44c4ff); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.zyrz-process .process-box .item .item-wrap .item-title { position: relative; z-index: 3; text-align: center; font-size: 16px; line-height: 28px; }
.zyrz-process .process-box .item:nth-child(1) .item-wrap .item-icon::after { background: url("../Image/trz/process-img-1.png") center/cover no-repeat; filter: drop-shadow(0 30px 12px rgba(68, 196, 255, 0.3)); }
.zyrz-process .process-box .item:nth-child(1):hover .item-wrap .item-icon::after { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); filter: drop-shadow(0 20px 7px rgba(68, 196, 255, 0.3)); }
.zyrz-process .process-box .item:nth-child(2) .item-wrap .item-icon::after { background: url("../Image/trz/process-img-2.png") center/cover no-repeat; filter: drop-shadow(0 30px 12px rgba(133, 45, 238, 0.3)); }
.zyrz-process .process-box .item:nth-child(2):hover .item-wrap .item-icon::after { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); filter: drop-shadow(0 20px 7px rgba(133, 45, 238, 0.3)); }
.zyrz-process .process-box .item:nth-child(3) .item-wrap .item-icon::after { background: url("../Image/trz/process-img-3.png") center/cover no-repeat; filter: drop-shadow(0 30px 12px rgba(255, 166, 68, 0.3)); }
.zyrz-process .process-box .item:nth-child(3):hover .item-wrap .item-icon::after { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); filter: drop-shadow(0 20px 7px rgba(255, 166, 68, 0.3)); }
.zyrz-process .process-box .item:nth-child(4) .item-wrap .item-icon::after { background: url("../Image/trz/process-img-4.png") center/cover no-repeat; filter: drop-shadow(0 30px 12px rgba(80, 68, 255, 0.3)); }
.zyrz-process .process-box .item:nth-child(4):hover .item-wrap .item-icon::after { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); filter: drop-shadow(0 20px 7px rgba(80, 68, 255, 0.3)); }
.zyrz-process .process-box .item:nth-child(5) .item-wrap .item-icon::after { background: url("../Image/trz/process-img-5.png") center/cover no-repeat; filter: drop-shadow(0 30px 12px rgba(97, 226, 216, 0.3)); }
.zyrz-process .process-box .item:nth-child(5):hover .item-wrap .item-icon::after { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); filter: drop-shadow(0 20px 7px rgba(97, 226, 216, 0.3)); }
.zyrz-process .process-box .item:nth-child(6) .item-wrap .item-icon::after { background: url("../Image/trz/process-img-6.png") center/cover no-repeat; filter: drop-shadow(0 30px 12px rgba(255, 220, 68, 0.3)); }
.zyrz-process .process-box .item:nth-child(6):hover .item-wrap .item-icon::after { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); filter: drop-shadow(0 20px 7px rgba(255, 220, 68, 0.3)); }
.zyrz-process .process-box .item:nth-child(7) .item-wrap .item-icon::after { background: url("../Image/trz/process-img-7.png") center/cover no-repeat; filter: drop-shadow(0 30px 12px rgba(79, 242, 123, 0.3)); }
.zyrz-process .process-box .item:nth-child(7):hover .item-wrap .item-icon::after { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); filter: drop-shadow(0 20px 7px rgba(79, 242, 123, 0.3)); }
.zyrz-process .process-box .item:nth-child(8) .item-wrap .item-icon::after { background: url("../Image/trz/process-img-8.png") center/cover no-repeat; filter: drop-shadow(0 30px 12px rgba(28, 102, 254, 0.3)); }
.zyrz-process .process-box .item:nth-child(8):hover .item-wrap .item-icon::after { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); filter: drop-shadow(0 20px 7px rgba(28, 102, 254, 0.3)); }
.zyrz-process .process-box .item:nth-child(9) .item-wrap .item-icon::after { background: url("../Image/trz/process-img-9.png") center/cover no-repeat; filter: drop-shadow(0 30px 12px rgba(216, 68, 255, 0.3)); }
.zyrz-process .process-box .item:nth-child(9):hover .item-wrap .item-icon::after { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); filter: drop-shadow(0 20px 7px rgba(216, 68, 255, 0.3)); }
.zyrz-process .process-box .item:nth-child(10) .item-wrap .item-icon::after { background: url("../Image/trz/process-img-10.png") center/cover no-repeat; filter: drop-shadow(0 30px 12px rgba(68, 156, 255, 0.3)); }
.zyrz-process .process-box .item:nth-child(10):hover .item-wrap .item-icon::after { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); filter: drop-shadow(0 20px 7px rgba(68, 156, 255, 0.3)); }
.zyrz-process .process-box .item:nth-child(11) .item-wrap .item-icon::after { background: url("../Image/trz/process-img-11.png") center/cover no-repeat; filter: drop-shadow(0 30px 12px rgba(255, 68, 91, 0.3)); }
.zyrz-process .process-box .item:nth-child(11):hover .item-wrap .item-icon::after { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); filter: drop-shadow(0 20px 7px rgba(255, 68, 91, 0.3)); }

.zyrzhc-box .zyrzhc-hd { margin: 30px auto; }
.zyrzhc-box .zyrzhc-hd ul { text-align: center; }
.zyrzhc-box .zyrzhc-hd li { color: #333; line-height: 1; display: inline-block; width: 220px; }
.zyrzhc-box .zyrzhc-hd li span { display: inline-block; vertical-align: middle; display: inline-block; }
.zyrzhc-box .zyrzhc-hd li .num { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-family: Avian; font-size: 36px; margin-right: 10px; position: relative; }
.zyrzhc-box .zyrzhc-hd li .num strong { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.zyrzhc-box .zyrzhc-hd li .num::after { content: ''; display: block; position: absolute; width: 0; height: 0; border: 10px solid transparent; border-right-color: #f6f8fb; border-bottom-color: #f6f8fb; bottom: 0; right: 0; }
.zyrzhc-box .zyrzhc-hd li .title { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-size: 16px; }
.zyrzhc-box .zyrzhc-hd li.active, .zyrzhc-box .zyrzhc-hd li:hover { color: var(--theme-color); }
.zyrzhc-box .zyrzhc-hd li.active .num strong, .zyrzhc-box .zyrzhc-hd li:hover .num strong { display: inline-block; -webkit-transform: translateX(2px); -moz-transform: translateX(2px); -ms-transform: translateX(2px); -o-transform: translateX(2px); transform: translateX(2px); }
.zyrzhc-box .zyrzhc-hd li.active .num::after, .zyrzhc-box .zyrzhc-hd li:hover .num::after { -webkit-transform: translateX(1px); -moz-transform: translateX(1px); -ms-transform: translateX(1px); -o-transform: translateX(1px); transform: translateX(1px); }
.zyrzhc-box .zyrzhc-hd li.active .title, .zyrzhc-box .zyrzhc-hd li:hover .title { text-shadow: 1px 0; }
.zyrzhc-box .zyrzhc-swiper .item .item-wrap .item-info { padding-left: 90px; padding-right: 50px; }
.zyrzhc-box .zyrzhc-swiper .item .item-wrap .item-info .item-title { line-height: 90px; font-weight: bold; margin-bottom: 15px; font-size: 26px; color: #333333; position: relative; }
.zyrzhc-box .zyrzhc-swiper .item .item-wrap .item-info .item-title::before { content: '“'; font-family: Arial; font-size: 72px; color: #acb0b7; position: absolute; left: -50px; }
.zyrzhc-box .zyrzhc-swiper .item .item-wrap .item-info .item-content { border-top: 1px solid #e2e5eb; color: #707072; padding-top: 40px; padding-bottom: 40px; line-height: 2; font-size: 16px; }
.zyrzhc-box .zyrzhc-swiper .item .item-wrap .item-info .item-more { display: inline-block; width: 130px; height: 46px; line-height: 46px; border: 1px solid #666666; color: #000; border-radius: 50px; text-align: center; font-size: 16px; }
.zyrzhc-box .zyrzhc-swiper .item .item-wrap .item-info .item-more:hover { color: #ffffff; background-color: #0e60c4; border-color: #0e60c4; }

/*专利保险*/
.zlbx-box { height: 420px; background: url("../Image/trz/zlbx-bg.jpg") center/cover no-repeat; overflow: hidden; width: 100%; margin-top: 30px; }
.zlbx-box .box-wrap { --gutter-x: 34px; --gutter-y: 0; }
.zlbx-box .item { height: 100%; }
.zlbx-box .item .item-wrap { color: #ffffff; position: relative; padding-top: 100px; z-index: 2; }
.zlbx-box .item .item-wrap .item-title { position: relative; font-size: 30px; font-weight: bold; }
.zlbx-box .item .item-wrap .item-title::before { content: '“'; font-size: 338px; display: block; position: absolute; line-height: 0px; color: #ffffff; opacity: .1; bottom: -23px; left: -80px; }
.zlbx-box .item .item-wrap .item-content { margin-top: 42px; font-size: 16px; line-height: 36px; }
.zlbx-box .item.box-left { /*&::before{ content: ''; display: block; position: absolute; height: 100%; background: url("../Image/trz/zlbx-l-bg.jpg") left center/contain no-repeat;
}*/ }
.zlbx-box .item.box-left .item-wrap { padding-left: 60px; padding-right: 150px; }
.zlbx-box .item.box-right .item-wrap { padding-right: 35x; padding-left: 150px; }

.range-box .range-title { font-size: 24px; color: #333333; text-align: center; margin: 30px auto; }
.range-box .range-list .item { flex: auto; width: 20%; text-align: center; }
.range-box .range-list .item .item-wrap { padding: 20px 0 50px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-radius: 18px; overflow: hidden; }
.range-box .range-list .item .item-wrap .item-icon { width: 120px; height: 120px; position: relative; margin: 10px auto; }
.range-box .range-list .item .item-wrap .item-icon img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.range-box .range-list .item .item-wrap .item-title { font-size: 16px; color: #666666; line-height: 26px; }
.range-box .range-list .item:hover .item-wrap { background-color: #f3f7fe; }

.cqdl-box { padding-top: 40px; }
.cqdl-box .box-wrap { position: relative; }
.cqdl-box .box-wrap .box-bg { user-select: none; width: 998px; margin: 0 auto; position: relative; }
.cqdl-box .box-wrap .box-bg img { position: relative; z-index: 2; }
.cqdl-box .box-wrap .box-bg .dots { width: 762px; border-radius: 762px; height: 450px; position: absolute; margin: auto; top: 124px; left: 0; right: 0; }
.cqdl-box .box-wrap .box-bg .dots .dots-wrap { width: 762px; border-radius: 762px; height: 762px; position: relative; z-index: 3; }
.cqdl-box .box-wrap .box-bg .dots .dots-wrap .dot { display: block; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 14px; height: 14px; border-radius: 50%; margin-left: -7px; background-color: var(--theme-color); -webkit-transform-origin: 386px; -moz-transform-origin: 386px; -ms-transform-origin: 386px; -o-transform-origin: 386px; transform-origin: 386px; box-shadow: 0 0 10px 0 rgba(31, 132, 255, 0.33); }
.cqdl-box .box-wrap .box-bg .dots .dots-wrap .dot:nth-child(1) { -webkit-transform: rotate(-7deg); -moz-transform: rotate(-7deg); -ms-transform: rotate(-7deg); -o-transform: rotate(-7deg); transform: rotate(-7deg); }
.cqdl-box .box-wrap .box-bg .dots .dots-wrap .dot:nth-child(2) { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg);               /*  background-color: #2c6cfe; width: 105px; height: 105px; box-shadow: 0px 10px 10px 0px rgba(31, 132, 255, 0.33); margin-left: -50px; .item-1{ -webkit-transform: rotate(-30deg); -moz-transform: rotate(-30deg); -ms-transform: rotate(-30deg); -o-transform: rotate(-30deg); transform: rotate(-30deg);
 text-align: left; .item-wrap{ -webkit-transform: translate(-80px , 20px); -moz-transform: translate(-80px , 20px); -ms-transform: translate(-80px , 20px); -o-transform: translate(-80px , 20px); transform: translate(-80px , 20px); .item-nav{ margin-top: 20px; line-height: 30px; font-size: 16px; } }
 }*/ }
.cqdl-box .box-wrap .box-bg .dots .dots-wrap .dot:nth-child(3) { -webkit-transform: rotate(60deg); -moz-transform: rotate(60deg); -ms-transform: rotate(60deg); -o-transform: rotate(60deg); transform: rotate(60deg); }
.cqdl-box .box-wrap .box-bg .dots .dots-wrap .dot:nth-child(4) { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); /*background-color: #2c6cfe;
width: 105px;
height: 105px;
box-shadow: 0px 10px 10px 0px rgba(31, 132, 255, 0.33);
margin-left: -50px;
.dl-item{ -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg);
}*/ }
.cqdl-box .box-wrap .box-bg .dots .dots-wrap .dot:nth-child(5) { -webkit-transform: rotate(120deg); -moz-transform: rotate(120deg); -ms-transform: rotate(120deg); -o-transform: rotate(120deg); transform: rotate(120deg); }
.cqdl-box .box-wrap .box-bg .dots .dots-wrap .dot:nth-child(6) { -webkit-transform: rotate(150deg); -moz-transform: rotate(150deg); -ms-transform: rotate(150deg); -o-transform: rotate(150deg); transform: rotate(150deg); }
.cqdl-box .box-wrap .box-bg .dots .dots-wrap .dot:nth-child(7) { -webkit-transform: rotate(187deg); -moz-transform: rotate(187deg); -ms-transform: rotate(187deg); -o-transform: rotate(187deg); transform: rotate(187deg); }
.cqdl-box .box-wrap .dl-item { position: absolute; margin: auto; z-index: 9; }
.cqdl-box .box-wrap .dl-item .item-title { font-size: 24px; font-weight: bold; color: #000; }
.cqdl-box .box-wrap .dl-item .item-icon { border-radius: 50%; width: 105px; height: 105px; box-shadow: 0px 18px 18px 0px rgba(44, 108, 254, 0.18); background: url("../Image/fw/icon-zldl.png") center center #2c6cfe no-repeat; }
.cqdl-box .box-wrap .dl-item .item-nav p { color: #666666; line-height: 30px; font-size: 16px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.cqdl-box .box-wrap .dl-item .item-nav p::before { content: ''; display: inline-block; width: 3px; height: 3px; margin-right: 15px; vertical-align: middle; border-radius: 50%; background-color: #cccccc; -webkit-transition: transform .3s,background-color .4s; -moz-transition: transform .3s,background-color .4s; -ms-transition: transform .3s,background-color .4s; -o-transition: transform .3s,background-color .4s; transition: transform .3s,background-color .4s; }
.cqdl-box .box-wrap .dl-item .item-nav p:hover { color: var(--theme-color); }
.cqdl-box .box-wrap .dl-item .item-nav p:hover::before { background-color: var(--theme-color); -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2); transform: scale(2); }
.cqdl-box .box-wrap .dl-item.item-1 { width: 140px; top: 226px; left: 270px; }
.cqdl-box .box-wrap .dl-item.item-1 .item-title { -webkit-transform: translate(-120px, 66px); -moz-transform: translate(-120px, 66px); -ms-transform: translate(-120px, 66px); -o-transform: translate(-120px, 66px); transform: translate(-120px, 66px); }
.cqdl-box .box-wrap .dl-item.item-1 .item-nav { -webkit-transform: translate(-150px, -15px); -moz-transform: translate(-150px, -15px); -ms-transform: translate(-150px, -15px); -o-transform: translate(-150px, -15px); transform: translate(-150px, -15px); }
.cqdl-box .box-wrap .dl-item.item-2 { width: 106px; top: 42px; right: 0; left: 0; }
.cqdl-box .box-wrap .dl-item.item-2 .item-icon { background-image: url("../Image/fw/icon-pqdl.png"); }
.cqdl-box .box-wrap .dl-item.item-2 .item-title { -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px); }
.cqdl-box .box-wrap .dl-item.item-2 .item-nav { margin-top: 20px; }
.cqdl-box .box-wrap .dl-item.item-3 { width: 140px; right: 233px; bottom: 143px; Z-INDEX: 9; }
.cqdl-box .box-wrap .dl-item.item-3 .item-icon { background-image: url("../Image/fw/icon-sbdl.png"); }
.cqdl-box .box-wrap .dl-item.item-3 .item-title { -webkit-transform: translate(130px, -70px); -moz-transform: translate(130px, -70px); -ms-transform: translate(130px, -70px); -o-transform: translate(130px, -70px); transform: translate(130px, -70px); }
.cqdl-box .box-wrap .dl-item.item-3 .item-nav { -webkit-transform: translate(150px, -50px); -moz-transform: translate(150px, -50px); -ms-transform: translate(150px, -50px); -o-transform: translate(150px, -50px); transform: translate(150px, -50px); }

/*专利导航*/
.zldh-list { margin-top: 30px; }
.zldh-list .item { width: 248px; height: 330px; }
.zldh-list .item .item-wrap { border: 1px solid #ffffff; box-shadow: 0px 2px 51px 0px rgba(0, 3, 73, 0.15); background-color: #ffffff; border-top-right-radius: 40px; width: 100%; height: 100%; text-align: center; padding-top: 30px; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.zldh-list .item .item-wrap .item-num { font-size: 72px; font-family: "Avian"; color: #4081ff; font-weight: bold; text-transform: uppercase; line-height: 1; text-align: center; text-shadow: 0px 18px 18px rgba(26, 176, 242, 0.18); -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.zldh-list .item .item-wrap .item-icon { width: 115px; height: 115px; position: relative; margin: 0 auto 15px; }
.zldh-list .item .item-wrap .item-title { color: #3b3b3b; font-size: 16px; line-height: 32px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.zldh-list .item:hover .item-wrap { background-color: #0e60c4; }
.zldh-list .item:hover .item-wrap .item-num { color: #fff; }
.zldh-list .item:hover .item-wrap .item-title { color: #ffff; }

/*科技政策咨询*/
.zczx-box { margin-top: 50px; margin-bottom: 50px; padding-bottom: 20px; }
.zczx-box .item { width: 405px; height: 640px; background-color: #fff; border: 1px solid #ffffff; border-radius: 8px; background-image: -moz-linear-gradient(90deg, #feffff 0%, #ecf5ff 100%); background-image: -webkit-linear-gradient(90deg, #feffff 0%, #ecf5ff 100%); background-image: -ms-linear-gradient(90deg, #feffff 0%, #ecf5ff 100%); box-shadow: 0px 9px 18px 0px rgba(59, 67, 88, 0.1); }
.zczx-box .item .item-wrap { padding: 15px 30px; height: 100%; background: url("../Image/fw/zc-item-bg.png") bottom center no-repeat; }
.zczx-box .item .item-wrap .item-head { border-bottom: 1px solid #d7e5f3; padding-bottom: 7px; padding-left: 15px; padding-right: 15px; }
.zczx-box .item .item-wrap .item-head .head-name { font-size: 24px; color: #333; font-weight: bold; }
.zczx-box .item .item-wrap .item-head .head-icon { position: relative; width: 115px; height: 115px; }
.zczx-box .item .item-wrap .item-head .head-icon img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 93%; }
.zczx-box .item .item-wrap .item-content { border-top: 1px solid #ffffff; padding-left: 5px; padding-top: 30px; }
.zczx-box .item .item-wrap .item-content p { position: relative; line-height: 38px; color: #333333; }
.zczx-box .item .item-wrap .item-content p::before { content: ''; display: inline-block; vertical-align: middle; width: 32px; height: 18px; background-position: center; background-repeat: no-repeat; margin-right: 5px; }
.zczx-box .item.item-1 .item-wrap .item-content p::before { background-image: url("../Image/fw/kj-icon.png"); }
.zczx-box .item.item-2 .item-wrap .item-content p::before { background-image: url("../Image/fw/gc-icon.png"); }
.zczx-box .item.item-3 .item-wrap .item-content p::before { background-image: url("../Image/fw/rz-icon.png"); }
.zczx-box .item:nth-child(odd) { -webkit-transform: translateY(46px); -moz-transform: translateY(46px); -ms-transform: translateY(46px); -o-transform: translateY(46px); transform: translateY(46px); }

.sec-cqwq .wq-box { padding: 50px 80px 0; }
.sec-cqwq .wq-title { font-weight: bold; color: #ffffff; font-size: 24px; }
.sec-cqwq .wq-list { margin-bottom: 40px; margin-top: 20px; }
.sec-cqwq .wq-list.sbwq-box { margin-bottom: 0; }
.sec-cqwq .wq-list .item { width: 265px; position: relative; }
.sec-cqwq .wq-list .item .item-wrap { position: relative; z-index: 2; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; border-radius: 10px 10px 0 0; padding-top: 10px; padding-bottom: 15px; }
.sec-cqwq .wq-list .item .item-wrap .item-icon { width: 90px; height: 90px; position: relative; margin: 0 auto; }
.sec-cqwq .wq-list .item .item-wrap .item-icon img { position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.sec-cqwq .wq-list .item .item-wrap .item-title { text-align: center; line-height: 32px; height: 32px; }
.sec-cqwq .wq-list .item .item-link { display: block; border-radius: 0 0  10px 10px; height: 50px; line-height: 50px; color: #ffffff; text-align: center; font-size: 16px; background-color: #10afe3; -webkit-transition: transform .3s, opacity .4s; -moz-transition: transform .3s, opacity .4s; -ms-transition: transform .3s, opacity .4s; -o-transition: transform .3s, opacity .4s; transition: transform .3s, opacity .4s; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; }
.sec-cqwq .wq-list .item:hover .item-wrap { background-color: rgba(0, 0, 0, 0.1); }
.sec-cqwq .wq-list .item:hover .item-link { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

/*知识产权培训*/
.px-box { margin-top: 20px; }
.px-box .box-img { text-align: center; }
.px-box .box-info .info-item { padding-left: 56px; position: relative; }
.px-box .box-info .info-item:not(:last-child)::after { content: ''; display: block; position: absolute; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; border-radius: 50%; width: 2px; height: 100%; left: 26.5px; margin: auto; top: 44px; bottom: 0; background-color: #efefef; }
.px-box .box-info .info-item .item-title { font-size: 24px; font-weight: bold; color: #333333; line-height: 2; position: relative; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; z-index: 2; }
.px-box .box-info .info-item .item-title::before { content: ''; display: block; position: absolute; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; width: 0; height: 0; border-radius: 50%; border: 5px solid #999999; left: -33px; margin: auto; top: 0; bottom: 0; }
.px-box .box-info .info-item .item-content { padding-top: 5px; font-size: 16px; line-height: 32px; color: #676767; padding-bottom: 10px; }
.px-box .box-info .info-item:not(:last-child) .item-content { padding-bottom: 20px; }
.px-box .box-info .info-item:hover .item-title { color: #4081ff; }
.px-box .box-info .info-item:hover .item-title::before { border: 3px solid #4081ff; width: 4px; height: 4px; background-color: #ffffff; -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); }

.honor-page { background-color: #f8fafd; }
.honor-page .honor-list { --gutter-x: 24px; --gutter-y: 24px; }
.honor-page .honor-list .item .item-wrap { border-radius: 8px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.honor-page .honor-list .item .item-wrap:hover { box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.06); }
.honor-page .honor-list .item .item-wrap .item-img .img-wrap { border-radius: 8px; overflow: hidden; position: relative; }
.honor-page .honor-list .item .item-wrap .item-name { line-height: 42px; margin-top: 10px; font-size: 16px; text-align: center; }

/*知识产权评估*/
.yw-box { margin-top: 20px; }
.yw-box .box-wrap { margin-top: 0; --gutter-x: 22px; --gutter-y: 22px; }
.yw-box .item .item-wrap .item-icon { width: 118px; height: 118px; margin: 0 auto; border-radius: 50%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.yw-box .item .item-wrap .item-name { font-size: 22px; line-height: 3; text-align: center; }
.yw-box .item:hover .item-wrap .item-icon { -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.pg-process-box { margin-bottom: 30px; margin-top: 20px; }
.pg-process-box .box-head .head-name { font-size: 24px; color: #3b3b3b; text-align: center; }
.pg-process-box .pg-list { margin-top: 20px; }
.pg-process-box .pg-list .list-wrap { margin-top: 0; }
.pg-process-box .pg-list .item .item-wrap { border-radius: 8px; background-color: white; padding: 15px; margin: 0 10px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pg-process-box .pg-list .item .item-wrap .item-icon { width: 90px; height: 90px; background: url("../Image/evaluate/process-bg.png") center/contain no-repeat; margin: 0 auto; }
.pg-process-box .pg-list .item .item-wrap .item-name { font-size: 18px; font-weight: bold; color: #333333; text-align: center; line-height: 3; }
.pg-process-box .pg-list .item .item-wrap .item-num { width: 26px; height: 26px; margin: 10px auto; text-align: center; line-height: 24px; position: relative; }
.pg-process-box .pg-list .item .item-wrap .item-num span { position: relative; display: block; width: 26px; height: 26px; border-radius: 50%; background-color: #ffffff; border: 1px solid #e8e8e8; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; z-index: 2; }
.pg-process-box .pg-list .item .item-wrap .item-num::after { content: ''; display: block; position: absolute; margin: auto; top: 0; bottom: 0; width: 220px; height: 0; border-bottom: 1px dashed #EEEEEE; }
.pg-process-box .pg-list .item:last-child .item-wrap .item-num::after { display: none; }
.pg-process-box .pg-list .item:hover .item-wrap { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.pg-process-box .pg-list .item:hover .item-wrap .item-num span { background-color: #0071f1; border-color: #0071f1; color: #ffffff; }

.pgyy-box { margin: 40px auto; }
.pgyy-box .box-wrap { width: 575px; height: 575px; margin: 0 auto; position: relative; }
.pgyy-box .box-wrap .box-line-1 { border-width: 3px; border-color: #c0cfdf; border-style: dotted; border-radius: 50%; opacity: 0.4; z-index: 1; }
.pgyy-box .box-wrap .box-line-2 { border-width: 3px; border-color: #c0cfdf; border-style: dotted; border-radius: 50%; width: 454px; height: 454px; z-index: 2; }
.pgyy-box .box-wrap .dot { border-radius: 50%; position: absolute; margin: auto; z-index: 10; }
.pgyy-box .box-wrap .dot.dot-1 { background-color: #d2deee; width: 10px; height: 10px; right: 300px; top: -3px; }
.pgyy-box .box-wrap .dot.dot-2 { width: 13px; height: 13px; top: 180px; left: 80px; background-color: #fe9e00; }
.pgyy-box .box-wrap .dot.dot-3 { background-color: #0070f0; width: 13px; height: 13px; bottom: 57px; right: 250px; }
.pgyy-box .box-wrap .inner-bg { border-radius: 50%; background-color: #e3eefb; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.pgyy-box .box-wrap .inner-bg.inner-1 { width: 355px; height: 355px; background-color: #e3eefb; z-index: 3; }
.pgyy-box .box-wrap .inner-bg.inner-2 { width: 250px; height: 250px; background-color: #ddeafb; z-index: 5; opacity: 0.8; box-shadow: inset 0px 0px 29px 0px rgba(0, 111, 225, 0.1), 0 0 32px rgba(255, 255, 255, 0.6); }
.pgyy-box .box-wrap .inner-bg.inner-3 { background-color: #cde6ff; width: 135px; height: 135px; z-index: 9; -webkit-box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7); -moz-box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7); box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7); }
.pgyy-box .box-wrap .box-light { border-radius: 50%; width: 355px; height: 355px; overflow: hidden; position: absolute; z-index: 10; margin: auto; }
.pgyy-box .box-wrap .box-light .light { width: 179px; height: 179px; background: url("../Image/evaluate/yy-light.png") 0 0 no-repeat; position: absolute; right: 0; bottom: 0; margin: auto; -webkit-transition: transform 3s; -moz-transition: transform 3s; -ms-transition: transform 3s; -o-transition: transform 3s; transition: transform 3s; }
.pgyy-box .box-wrap .center-icon { z-index: 30; }
.pgyy-box .box-wrap .box-name { position: absolute; margin: auto; z-index: 40; width: 258px; height: 58px; line-height: 58px; font-size: 20px; text-align: center; color: #333333; font-weight: bold; background-color: #fff; border-radius: 58px; margin: auto; bottom: 30%; left: 0; right: 0; -webkit-box-shadow: 0 0 18px rgba(50, 141, 244, 0.1); -moz-box-shadow: 0 0 18px rgba(50, 141, 244, 0.1); box-shadow: 0 0 18px rgba(50, 141, 244, 0.1); }
.pgyy-box .box-wrap .pgyy-item { margin: auto; position: absolute; z-index: 40; }
.pgyy-box .box-wrap .pgyy-item .item-head { width: 200px; position: relative; border: 2px solid transparent; border-radius: 60px; height: 60px; background-color: rgba(255, 255, 255, 0.5); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pgyy-box .box-wrap .pgyy-item .item-head .head-name { margin: 0 6px; width: 126px; text-align: center; font-size: 18px; font-weight: bold; color: #303030; }
.pgyy-box .box-wrap .pgyy-item .item-head .head-icon { position: absolute; margin: auto; top: 0; right: -2px; bottom: 0; width: 58px; height: 58px; background-color: #ffffff; border-radius: 50%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pgyy-box .box-wrap .pgyy-item .item-head .head-icon img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pgyy-box .box-wrap .pgyy-item .item-content { padding: 5px 15px; font-size: 16px; color: #515151; text-align: right; line-height: 26px; }
.pgyy-box .box-wrap .pgyy-item:hover .item-head { border-color: #0071f1; background-color: white; }
.pgyy-box .box-wrap .pgyy-item:hover .item-head .head-icon { background-color: #0071f1; }
.pgyy-box .box-wrap .pgyy-item:hover .item-head .head-icon img { filter: contrast(0) grayscale(1) brightness(100); }
.pgyy-box .box-wrap .pgyy-item.item-1 { left: -130px; top: 20px; width: 350px; }
.pgyy-box .box-wrap .pgyy-item.item-2 { left: -290px; top: 170px; width: 350px; }
.pgyy-box .box-wrap .pgyy-item.item-3 { left: -250px; top: 340px; width: 350px; }
.pgyy-box .box-wrap .pgyy-item.item-4 { top: 485px; width: 350px; left: -160px; }
.pgyy-box .box-wrap .pgyy-item.item-5 .item-head .head-icon, .pgyy-box .box-wrap .pgyy-item.item-6 .item-head .head-icon, .pgyy-box .box-wrap .pgyy-item.item-7 .item-head .head-icon, .pgyy-box .box-wrap .pgyy-item.item-8 .item-head .head-icon { right: auto; left: -2px; position: relative; }
.pgyy-box .box-wrap .pgyy-item.item-5 .item-content, .pgyy-box .box-wrap .pgyy-item.item-6 .item-content, .pgyy-box .box-wrap .pgyy-item.item-7 .item-content, .pgyy-box .box-wrap .pgyy-item.item-8 .item-content { text-align: left; }
.pgyy-box .box-wrap .pgyy-item.item-5 { right: -190px; top: 20px; width: 380px; left: auto; }
.pgyy-box .box-wrap .pgyy-item.item-6 { right: -360px; top: 170px; width: 440px; left: auto; }
.pgyy-box .box-wrap .pgyy-item.item-7 { right: -340px; top: 350px; width: 440px; left: auto; }
.pgyy-box .box-wrap .pgyy-item.item-8 { top: 485px; right: -240px; width: 440px; left: auto; }
.pgyy-box .pgyy-btn { display: block; margin: 60px auto 0; background-image: -moz-linear-gradient(14deg, #77b0f2 0%, #4373c8 100%); background-image: -webkit-linear-gradient(14deg, #77b0f2 0%, #4373c8 100%); background-image: -ms-linear-gradient(14deg, #77b0f2 0%, #4373c8 100%); width: 200px; height: 52px; text-align: center; color: #ffffff; line-height: 52px; font-size: 16px; border-radius: 52px; }

/*新闻列表*/
.article-page, .news-page { background-color: #f8fafd; /*新闻详情*/ }
.article-page .widget-left, .news-page .widget-left { width: 960px; }
.article-page .widget-right, .news-page .widget-right { width: 320px; }
.article-page .widget-right .widget-box, .news-page .widget-right .widget-box { padding: 15px; background-color: #ffffff; margin-bottom: 20px; border-radius: 8px; }
.article-page .widget-right .widget-box .box-head .head-name, .news-page .widget-right .widget-box .box-head .head-name { font-size: 20px; font-weight: bold; color: #333333; line-height: 2; }
.article-page .widget-right .widget-box .hot-article-list, .news-page .widget-right .widget-box .hot-article-list { margin-top: 5px; }
.article-page .widget-right .widget-box .hot-article-list ul li, .news-page .widget-right .widget-box .hot-article-list ul li { margin-bottom: 5px; line-height: 28px; }
.article-page .widget-right .widget-box .hot-article-list ul li .rank-num, .news-page .widget-right .widget-box .hot-article-list ul li .rank-num { display: inline-block; width: 20px; height: 20px; border-radius: 3px; vertical-align: middle; background-color: #cacaca; color: #ffffff; font-size: 12px; line-height: 20px; text-align: center; margin-right: 5px; }
.article-page .widget-right .widget-box .hot-article-list ul li a, .news-page .widget-right .widget-box .hot-article-list ul li a { padding: 12px 0; vertical-align: middle; border-bottom: 1px solid #e6e8ec; }
.article-page .widget-right .widget-box .hot-article-list ul li:nth-child(1) .rank-num, .news-page .widget-right .widget-box .hot-article-list ul li:nth-child(1) .rank-num { background-color: #ff3939; }
.article-page .widget-right .widget-box .hot-article-list ul li:nth-child(2) .rank-num, .news-page .widget-right .widget-box .hot-article-list ul li:nth-child(2) .rank-num { background-color: #ff9517; }
.article-page .widget-right .widget-box .hot-article-list ul li:nth-child(3) .rank-num, .news-page .widget-right .widget-box .hot-article-list ul li:nth-child(3) .rank-num { background-color: #ffc617; }
.article-page .widget-right .platform-box .platform-img, .news-page .widget-right .platform-box .platform-img { width: 100%; height: 130px; position: relative; background-color: #e5f0fd; border-radius: 8px 8px 0 0; overflow: hidden; }
.article-page .widget-right .platform-box .platform-img .img-wrap, .news-page .widget-right .platform-box .platform-img .img-wrap { height: 100%; padding: 10px 25px; }
.article-page .widget-right .platform-box .platform-img .img-wrap .img-txt, .news-page .widget-right .platform-box .platform-img .img-wrap .img-txt { font-size: 18px; font-weight: bold; color: #3b3b3b; line-height: 30px; }
.article-page .widget-right .platform-box .platform-img .img-wrap .img-txt span, .news-page .widget-right .platform-box .platform-img .img-wrap .img-txt span { color: var(--theme-color); }
.article-page .widget-right .platform-box .platform-tools, .news-page .widget-right .platform-box .platform-tools { border: 1px solid #f4f4f4; padding: 10px; }
.article-page .widget-right .platform-box .platform-tools .btn, .news-page .widget-right .platform-box .platform-tools .btn { width: 210px; height: 42px; line-height: 40px; text-align: center; margin: 10px auto 0; border: 1px solid var(--theme-color); display: block; border-radius: 42px; }
.article-page .widget-right .platform-box .platform-tools .btn span, .news-page .widget-right .platform-box .platform-tools .btn span { display: inline-block; vertical-align: middle; font-size: 14px; }
.article-page .widget-right .platform-box .platform-tools .btn svg, .news-page .widget-right .platform-box .platform-tools .btn svg { display: inline-block; vertical-align: middle; height: auto; width: 22px; }
.article-page .widget-right .platform-box .platform-tools .btn:nth-child(1), .news-page .widget-right .platform-box .platform-tools .btn:nth-child(1) { background-color: var(--theme-color); color: #ffffff; }
.article-page .widget-right .platform-box .platform-tools .btn:nth-child(1) svg path, .news-page .widget-right .platform-box .platform-tools .btn:nth-child(1) svg path { fill: #ffffff; }
.article-page .widget-right .platform-box .platform-tools .btn:nth-child(2), .news-page .widget-right .platform-box .platform-tools .btn:nth-child(2) { color: #4f4f4f; border-color: #f1f1f1; }
.article-page .widget-right .platform-box .platform-tools:hover .btn:nth-child(1):hover, .news-page .widget-right .platform-box .platform-tools:hover .btn:nth-child(1):hover { background-color: #ffffff; color: var(--theme-color); }
.article-page .widget-right .platform-box .platform-tools:hover .btn:nth-child(1):hover svg path, .news-page .widget-right .platform-box .platform-tools:hover .btn:nth-child(1):hover svg path { fill: var(--theme-color); }
.article-page .widget-right .platform-box .platform-tools:hover .btn:nth-child(1):hover + .btn:nth-child(2), .news-page .widget-right .platform-box .platform-tools:hover .btn:nth-child(1):hover + .btn:nth-child(2) { background-color: var(--theme-color); border-color: var(--theme-color); color: #ffffff; }
.article-page .widget-right .platform-box .platform-tools:hover .btn:nth-child(1):hover + .btn:nth-child(2) svg path, .news-page .widget-right .platform-box .platform-tools:hover .btn:nth-child(1):hover + .btn:nth-child(2) svg path { fill: #ffffff; }
.article-page .widget-right .platform-box .platform-tools:hover .btn:nth-child(2):hover, .news-page .widget-right .platform-box .platform-tools:hover .btn:nth-child(2):hover { border-color: var(--theme-color); color: var(--theme-color); }
.article-page .widget-right .platform-box .platform-tools:hover .btn:nth-child(2):hover svg path, .news-page .widget-right .platform-box .platform-tools:hover .btn:nth-child(2):hover svg path { fill: var(--theme-color); }
.article-page .news-list .item, .news-page .news-list .item { margin-bottom: 20px; }
.article-page .news-list .item .item-wrap, .news-page .news-list .item .item-wrap { padding: 20px; background-color: #fff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-radius: 8px; }
.article-page .news-list .item .item-wrap .item-img, .news-page .news-list .item .item-wrap .item-img { overflow: hidden; width: 256px; height: 162px; border-radius: 8px; background-color: #b5c9e2; }
.article-page .news-list .item .item-wrap .item-info, .news-page .news-list .item .item-wrap .item-info { padding: 0 35px; }
.article-page .news-list .item .item-wrap .item-info .item-title, .news-page .news-list .item .item-wrap .item-info .item-title { font-size: 18px; font-weight: bold; color: #333333; line-height: 36px; margin: 5px 0; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.article-page .news-list .item .item-wrap .item-info .item-time, .news-page .news-list .item .item-wrap .item-info .item-time { color: #999999; line-height: 26px; margin: 5px 0; }
.article-page .news-list .item .item-wrap .item-info .item-content, .news-page .news-list .item .item-wrap .item-info .item-content { color: #666666; font-size: 14px; line-height: 24px; }
.article-page .news-list .item .item-wrap .item-info .item-view, .news-page .news-list .item .item-wrap .item-info .item-view { color: #aeaeae; font-size: 14px; margin-top: 10px; }
.article-page .news-list .item .item-wrap .item-info .item-view svg, .news-page .news-list .item .item-wrap .item-info .item-view svg { display: inline-block; vertical-align: middle; margin-right: 5px; height: auto; width: 22px; }
.article-page .news-list .item .item-wrap .item-info .item-view svg path, .news-page .news-list .item .item-wrap .item-info .item-view svg path { fill: #707072; }
.article-page .news-list .item .item-wrap .item-info .item-view span, .news-page .news-list .item .item-wrap .item-info .item-view span { display: inline-block; vertical-align: middle; }
.article-page .news-list .item:hover .item-wrap, .news-page .news-list .item:hover .item-wrap { box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13); }
.article-page .news-list .item:hover .item-wrap .item-info .item-title, .news-page .news-list .item:hover .item-wrap .item-info .item-title { color: var(--theme-color); }
.article-page .news-detail-content .news-head, .news-page .news-detail-content .news-head { padding-bottom: 15px; }
.article-page .news-detail-content .news-head .news-title, .news-page .news-detail-content .news-head .news-title { margin: 10px 0; font-size: 24px; color: #333333; line-height: 2; }
.article-page .news-detail-content .news-head .news-meta, .news-page .news-detail-content .news-head .news-meta { color: #999999; font-size: 14px; line-height: 24px; }
.article-page .news-detail-content .news-head .news-meta .news-time, .article-page .news-detail-content .news-head .news-meta .news-views, .news-page .news-detail-content .news-head .news-meta .news-time, .news-page .news-detail-content .news-head .news-meta .news-views { margin-right: 10px; }
.article-page .news-detail-content .news-head .news-meta .news-time span, .article-page .news-detail-content .news-head .news-meta .news-views span, .news-page .news-detail-content .news-head .news-meta .news-time span, .news-page .news-detail-content .news-head .news-meta .news-views span { vertical-align: middle; display: inline-block; }
.article-page .news-detail-content .news-head .news-meta .news-time svg, .article-page .news-detail-content .news-head .news-meta .news-views svg, .news-page .news-detail-content .news-head .news-meta .news-time svg, .news-page .news-detail-content .news-head .news-meta .news-views svg { display: inline-block; vertical-align: middle; height: auto; width: 20px; }
.article-page .news-detail-content .news-head .news-meta .news-time svg path, .article-page .news-detail-content .news-head .news-meta .news-views svg path, .news-page .news-detail-content .news-head .news-meta .news-time svg path, .news-page .news-detail-content .news-head .news-meta .news-views svg path { fill: #999999; }
.article-page .news-detail-content .news-content, .news-page .news-detail-content .news-content { border-top: 1px solid #eef0f3; border-bottom: 1px solid #eef0f3; padding: 15px 0; font-size: 16px; color: #666; line-height: 28px; }
.article-page .news-detail-content .news-content img, .news-page .news-detail-content .news-content img { max-width: 100%; vertical-align: bottom; }
.article-page .news-detail-content .prev-next, .news-page .news-detail-content .prev-next { padding-top: 10px; }
.article-page .news-detail-content .prev-next .page-a, .news-page .news-detail-content .prev-next .page-a { line-height: 48px; flex: auto; max-width: 50%; color: #666666; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.article-page .news-detail-content .prev-next .page-a::before, .article-page .news-detail-content .prev-next .page-a::after, .news-page .news-detail-content .prev-next .page-a::before, .news-page .news-detail-content .prev-next .page-a::after { content: ''; width: 8px; height: 0; position: absolute; margin: auto; border-bottom: 1px solid CurrentColor; top: 0; bottom: 0; }
.article-page .news-detail-content .prev-next .page-a::before, .news-page .news-detail-content .prev-next .page-a::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.article-page .news-detail-content .prev-next .page-a::after, .news-page .news-detail-content .prev-next .page-a::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.article-page .news-detail-content .prev-next .page-a:nth-child(1), .news-page .news-detail-content .prev-next .page-a:nth-child(1) { padding-left: 20px; }
.article-page .news-detail-content .prev-next .page-a:nth-child(1)::before, .article-page .news-detail-content .prev-next .page-a:nth-child(1)::after, .news-page .news-detail-content .prev-next .page-a:nth-child(1)::before, .news-page .news-detail-content .prev-next .page-a:nth-child(1)::after { left: 6px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.article-page .news-detail-content .prev-next .page-a:nth-child(2), .news-page .news-detail-content .prev-next .page-a:nth-child(2) { padding-right: 20px; text-align: right; }
.article-page .news-detail-content .prev-next .page-a:nth-child(2)::before, .article-page .news-detail-content .prev-next .page-a:nth-child(2)::after, .news-page .news-detail-content .prev-next .page-a:nth-child(2)::before, .news-page .news-detail-content .prev-next .page-a:nth-child(2)::after { right: 6px; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.article-page .news-detail-content .prev-next .page-a:hover, .news-page .news-detail-content .prev-next .page-a:hover { color: #0e60c4; }
.article-page .news-detail-content .prev-next .page-a:hover a, .news-page .news-detail-content .prev-next .page-a:hover a { color: #0e60c4; }

.team-page { background-color: #f8fafd; }

/*团队列表*/
.team-list { --gutter-x: 20px; --gutter-y: 20px; }
.team-list .item .item-wrap { background-color: #ffffff; border-radius: 5px; overflow: hidden; padding: 15px; padding-bottom: 10px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.team-list .item .item-wrap .item-img { overflow: hidden; }
.team-list .item .item-wrap .item-title { line-height: 42px; margin-top: 10px; font-size: 16px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.team-list .item .item-wrap:hover { -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.06); }
.team-list .item .item-wrap:hover .item-title { color: var(--theme-color); }

/*加入我们*/
.job-page .intro-box { margin-bottom: 40px; }
.job-page .intro-box h3 { font-size: 24px; color: #0a0401; line-height: 2; }
.job-page .intro-box .intro-content { margin-top: 20px; color: #7a7a7a; line-height: 30px; font-size: 16px; }
.job-page .fuli-list { border-top: 1px solid #eeeeee; }
.job-page .fuli-list .item { flex: 620px; max-width: 620px; }
.job-page .fuli-list .item .item-wrap { padding-top: 40px; padding-bottom: 40px; border-bottom: 1px solid #EEEEEE; }
.job-page .fuli-list .item .item-wrap .item-head .item-icon { width: 45px; height: 45px; margin-right: 15px; }
.job-page .fuli-list .item .item-wrap .item-head .item-name { color: #3e3e3e; font-size: 20px; line-height: 45px; font-weight: bold; }
.job-page .fuli-list .item .item-wrap .item-content { margin-top: 15px; color: #676767; line-height: 30px; font-size: 16px; height: 60px; }
.job-page .fuli-list .item.intro .item-wrap { border-bottom: none; }
.job-page .fuli-list .item.intro .item-wrap .item-title { font-size: 30px; font-weight: bold; line-height: 58px; }
.job-page .fuli-list .item.intro .item-wrap .item-intro { color: #3e3e3e; font-size: 24px; line-height: 36px; height: 72px; }

/*成果评价*/
.reviews-page .cgpj-adv .cgadv-box .box-wrap { --gutter-x: 18px; --gutter-y: 18px; margin-top: 20px; }
.reviews-page .cgpj-adv .cgadv-box .box-wrap .item .item-wrap { position: relative; overflow: hidden; background-color: #fff; padding: 15px; border-radius: 15px; box-shadow: 0px 0px 46px 0px rgba(0, 44, 89, 0.1); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.reviews-page .cgpj-adv .cgadv-box .box-wrap .item .item-wrap .item-icon { width: 92px; height: 92px; position: relative; margin: 40px auto 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.reviews-page .cgpj-adv .cgadv-box .box-wrap .item .item-wrap .item-title { font-size: 20px; color: #2c2c2c; line-height: 42px; margin-top: 10px; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .5s; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.reviews-page .cgpj-adv .cgadv-box .box-wrap .item .item-wrap .item-content { color: #858585; line-height: 24px; font-size: 14px; height: 72px; margin-bottom: 5px; padding: 0 20px; margin-top: 8px; -webkit-transition: transform .4s; -moz-transition: transform .4s; -ms-transition: transform .4s; -o-transition: transform .4s; transition: transform .4s; -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s; }
.reviews-page .cgpj-adv .cgadv-box .box-wrap .item .item-wrap .item-btn { position: absolute; margin: auto; left: 0; right: 0; bottom: 15px; display: block; background-color: #4081ff; color: #ffffff; font-size: 14px; height: 42px; width: calc(100% - 30px); text-align: center; line-height: 42px; -webkit-transition: transform .6s; -moz-transition: transform .6s; -ms-transition: transform .6s; -o-transition: transform .6s; transition: transform .6s; -webkit-transform: translateY(60px); -moz-transform: translateY(60px); -ms-transform: translateY(60px); -o-transform: translateY(60px); transform: translateY(60px); }
.reviews-page .cgpj-adv .cgadv-box .box-wrap .item:hover .item-wrap { box-shadow: 0px 0px 24px 0px rgba(64, 129, 255, 0.28); -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); }
.reviews-page .cgpj-adv .cgadv-box .box-wrap .item:hover .item-icon { -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px); }
.reviews-page .cgpj-adv .cgadv-box .box-wrap .item:hover .item-title { -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); }
.reviews-page .cgpj-adv .cgadv-box .box-wrap .item:hover .item-content { -webkit-transform: translateY(-60px); -moz-transform: translateY(-60px); -ms-transform: translateY(-60px); -o-transform: translateY(-60px); transform: translateY(-60px); }
.reviews-page .cgpj-adv .cgadv-box .box-wrap .item:hover .item-btn { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.reviews-page .cgpj-process { background: url("../Image/reviews/sec-lc-bg.jpg") center/cover no-repeat; padding: 60px 0 100px; }
.reviews-page .cgpj-process .lc-box { padding-top: 55px; }
.reviews-page .cgpj-process .lc-box .box-wrap .item { position: relative; flex: auto; width: calc(100% / 6); }
.reviews-page .cgpj-process .lc-box .box-wrap .item .item-wrap .item-icon { position: relative; }
.reviews-page .cgpj-process .lc-box .box-wrap .item .item-wrap .item-icon::before { content: ''; display: block; position: absolute; margin: auto; top: 0; bottom: 0; width: 26px; height: 28px; right: -13px; background: url("../Image/reviews/icon-next.png") center no-repeat; }
.reviews-page .cgpj-process .lc-box .box-wrap .item .item-wrap .item-icon .icon-wrap { margin: 0 auto; width: 127px; height: 156px; position: relative; background: url("../Image/reviews/lc-bg.png") center/contain no-repeat; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.reviews-page .cgpj-process .lc-box .box-wrap .item .item-wrap .item-title { font-weight: bold; color: #323232; font-size: 18px; text-align: center; line-height: 2; margin-top: 5px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.reviews-page .cgpj-process .lc-box .box-wrap .item:last-child .item-wrap .item-icon::before { display: none; }
.reviews-page .cgpj-process .lc-box .box-wrap .item:hover .item-wrap .item-icon .icon-wrap { background-image: url("../Image/reviews/lc-bg-hover.png"); }
.reviews-page .cgpj-process .lc-box .box-wrap .item:hover .item-wrap .item-icon .icon-wrap img { filter: contrast(0) grayscale(1) brightness(100); }
.reviews-page .cgpj-process .lc-box .box-wrap .item:hover .item-wrap .item-title { color: #4081ff; }
